mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "r1980",
|
|
"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/r1980/vgmstream-win64.zip",
|
|
"hash": "7a8f9556df7706e5dca74169ace817c1eda6bb8d8f0ab68810e6ec4c0d300573"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vgmstream/vgmstream/releases/download/r1980/vgmstream-win.zip",
|
|
"hash": "5738d4089db716bb24ce0f4b51da08d53434b3ff3abcefc0d5de0c1a2647137a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|