mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "r2023",
|
|
"description": "vgmstream command line interface",
|
|
"homepage": "https://github.com/vgmstream/vgmstream",
|
|
"license": {
|
|
"identifier": "VGMStream Team",
|
|
"url": "https://raw.githubusercontent.com/vgmstream/vgmstream/master/COPYING"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vgmstream/vgmstream/releases/download/r2023/vgmstream-win64.zip",
|
|
"hash": "ace860d496266429d3eddaf67957bd619413d4793b16669a8817ea78085734d6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vgmstream/vgmstream/releases/download/r2023/vgmstream-win.zip",
|
|
"hash": "76c613173c532764ab797d378a75fefd750b67620e32c2f40ce920e99ffc9c6e"
|
|
}
|
|
},
|
|
"bin": "vgmstream-cli.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/5591410/releases/latest",
|
|
"jsonpath": "$..browser_download_url",
|
|
"regex": "download/(r\\d+)/vgmstream-win"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vgmstream/vgmstream/releases/download/$version/vgmstream-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vgmstream/vgmstream/releases/download/$version/vgmstream-win.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|