mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "1.32.10",
|
|
"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.10/mpg123-1.32.10-static-x86-64.zip",
|
|
"hash": "768dc31f66f4fdd96e1c7e1e54f44654b7e5de7709a33bea7b992ac17d4c1428",
|
|
"extract_dir": "mpg123-1.32.10-static-x86-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mpg123.org/download/win32/1.32.10/mpg123-1.32.10-static-x86.zip",
|
|
"hash": "7c15d52e83e4f9d7942a04e72caad20a89c19880fb42dea828a1f1ac5ea4724a",
|
|
"extract_dir": "mpg123-1.32.10-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"
|
|
}
|
|
}
|
|
}
|
|
}
|