mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "1.32.8",
|
|
"description": "Fast console MPEG Audio Player and decoder library",
|
|
"homepage": "https://www.mpg123.org",
|
|
"license": "LGPL-2.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mpg123.org/download/win64/1.32.8/mpg123-1.32.8-static-x86-64.zip",
|
|
"hash": "ba46a5b70226a971b45111f5109a4da3cf496a65bcb1c9b8e0e529ab675eb328",
|
|
"extract_dir": "mpg123-1.32.8-static-x86-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mpg123.org/download/win32/1.32.8/mpg123-1.32.8-static-x86.zip",
|
|
"hash": "3e796ddd7887d809bb737491139bb8a4b5e5f6026036cfdce099cd6e8df62fe9",
|
|
"extract_dir": "mpg123-1.32.8-static-x86"
|
|
}
|
|
},
|
|
"bin": [
|
|
"mpg123.exe",
|
|
"mpg123-id3dump.exe",
|
|
"mpg123-strip.exe",
|
|
"out123.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.mpg123.org/download.shtml",
|
|
"regex": "download/win64/([\\d.]+)/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mpg123.org/download/win64/$version/mpg123-$version-static-x86-64.zip",
|
|
"extract_dir": "mpg123-$version-static-x86-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mpg123.org/download/win32/$version/mpg123-$version-static-x86.zip",
|
|
"extract_dir": "mpg123-$version-static-x86"
|
|
}
|
|
}
|
|
}
|
|
}
|