mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "1.32.9",
|
|
"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.9/mpg123-1.32.9-static-x86-64.zip",
|
|
"hash": "9d9c4b8acea7d09084ab8241d8840c3245832672a7196787899ea709e2ddce09",
|
|
"extract_dir": "mpg123-1.32.9-static-x86-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mpg123.org/download/win32/1.32.9/mpg123-1.32.9-static-x86.zip",
|
|
"hash": "f272342e6ede9f6f3f8a8d470768b2f4a560f5ed6d63d261e1ceefbd22efb75c",
|
|
"extract_dir": "mpg123-1.32.9-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"
|
|
}
|
|
}
|
|
}
|
|
}
|