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.31.3",
|
|
"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.31.3/mpg123-1.31.3-static-x86-64.zip",
|
|
"hash": "afc0a8c171b013644149dfc1a8bcb4a456fb0f6dc255efca6f9b5de32112487b",
|
|
"extract_dir": "mpg123-1.31.3-static-x86-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mpg123.org/download/win32/1.31.3/mpg123-1.31.3-static-x86.zip",
|
|
"hash": "f45c5a4c3728cd599d0d3bd601ae247967908ae845f32534fd2d99b8e07a925f",
|
|
"extract_dir": "mpg123-1.31.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|