subconverter: Add version 0.9.0 (#6026)

This commit is contained in:
Ryanjiena 2024-07-18 21:08:26 +08:00 committed by GitHub
parent a23c9172cc
commit 9697915023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

34
bucket/subconverter.json Normal file
View File

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