ScoopInstaller_Main/bucket/vgmstream.json
T145 9c3915b620
vgmstream: Add version r1896 (#5321)
* Added vgmstream

* Fixed checkver

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Fixed version

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Fixed architecture

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Updated architecture urls

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>

* Fix dl regex

Co-authored-by: HUMORCE <humorce@outlook.com>

* Fix 64 bit version

Co-authored-by: HUMORCE <humorce@outlook.com>

* Fix 32 bit version

Co-authored-by: HUMORCE <humorce@outlook.com>

* Fixed version (again)

Co-authored-by: HUMORCE <humorce@outlook.com>

* Update to latest version

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
2024-01-11 05:22:38 +08:00

36 lines
1.3 KiB
JSON

{
"version": "r1896",
"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/r1896/vgmstream-win64.zip",
"hash": "b4207b3017e827b9b6e66e9265c886420cdff50231f108c705aba01741c85ed0"
},
"32bit": {
"url": "https://github.com/vgmstream/vgmstream/releases/download/r1896/vgmstream-win.zip",
"hash": "404802c3e59f287620e01d027fec1154ac8f506e10bcb94cb205b58ae0f7c379"
}
},
"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"
}
}
}
}