ScoopInstaller_Main/bucket/subconverter.json
2024-07-18 21:08:26 +08:00

35 lines
1.2 KiB
JSON

{
"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"
}
}
}
}