mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
subconverter: Add version 0.9.0 (#6026)
This commit is contained in:
parent
a23c9172cc
commit
9697915023
34
bucket/subconverter.json
Normal file
34
bucket/subconverter.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user