mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"version": "3.100.1",
|
|
"description": "High quality MPEG Audio Layer III (MP3) encoder",
|
|
"homepage": "https://lame.sourceforge.io/",
|
|
"license": "LGPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100.1-x64.zip",
|
|
"hash": "9a9c815203316e5203847e93100c6acf0d5d7a5be7744c9018825ded037052e7"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100.1-win32.zip",
|
|
"hash": "2518e1138953c235fb2bfcefbc38883dd04538d6ae0a19692562576ba37bafec"
|
|
}
|
|
},
|
|
"bin": "lame.exe",
|
|
"checkver": {
|
|
"url": "http://www.rarewares.org/mp3-lame-bundle.php",
|
|
"regex": "/files/mp3/lame([\\d.]+)-x64\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame$version-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|