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>
This commit is contained in:
T145 2024-01-10 16:22:38 -05:00 committed by GitHub
parent 609e298da1
commit 9c3915b620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
bucket/vgmstream.json Normal file
View File

@ -0,0 +1,35 @@
{
"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"
}
}
}
}