diff --git a/bucket/subloader.json b/bucket/subloader.json new file mode 100644 index 00000000000000..10b67f70a50f12 --- /dev/null +++ b/bucket/subloader.json @@ -0,0 +1,35 @@ +{ + "version": "1.7.0", + "description": "Subloader enables you to quickly find and download subtitles for your video files using OpenSubtitles API.", + "homepage": "https://github.com/Valyreon/Subloader", + "license": "MIT", + "suggest": { + ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0" + }, + "architecture": { + "64bit": { + "url": "https://github.com/Valyreon/Subloader/releases/download/v1.7.0/scoop.zip", + "hash": "dcf162b6c1c6d5b20e46a3e69a9eb0ba5a18d040681bc2c11a5cdb71b2eda977" + } + }, + "post_install": ". \"$dir\\create_registry.ps1\"", + "bin": "subloader-cli.exe", + "shortcuts": [ + [ + "subload.exe", + "Subloader" + ] + ], + "pre_uninstall": ". \"$dir\\clean_registry.ps1\"", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Valyreon/Subloader/releases/download/v$version/scoop.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}