diff --git a/bucket/subconverter.json b/bucket/subconverter.json new file mode 100644 index 0000000000..b5b3af53fe --- /dev/null +++ b/bucket/subconverter.json @@ -0,0 +1,34 @@ +{ + "version": "0.9.0", + "description": "Utility to convert between various subscription format.", + "homepage": "https://github.com/tindy2013/subconverter", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/tindy2013/subconverter/releases/download/v0.9.0/subconverter_win64.7z", + "hash": "e97d100b2e1cdd1daba863307ad05a6d7f785783d17a3c2df897bcefabaf5d4d" + }, + "32bit": { + "url": "https://github.com/tindy2013/subconverter/releases/download/v0.9.0/subconverter_win32.7z", + "hash": "c4e0dc0886484a3674d8aef27944ec0e006f86e407d98439d34abaf1258bcb7f" + } + }, + "extract_dir": "subconverter", + "bin": "subconverter.exe", + "persist": [ + "config", + "profiles", + "rules" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tindy2013/subconverter/releases/download/v$version/subconverter_win64.7z" + }, + "32bit": { + "url": "https://github.com/tindy2013/subconverter/releases/download/v$version/subconverter_win32.7z" + } + } + } +}