mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://lame.sourceforge.net/",
|
|
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder",
|
|
"license": "LGPL-2.0-only",
|
|
"version": "3.100-20190703",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100-64-20190703.zip",
|
|
"hash": "073c398898487f9dfef4990819b6f3e282473270c4ea93c52c08aa4161c0c5d1"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100-20190703.zip",
|
|
"hash": "a76d1dd5404ec82875373c92846fce1acf55f880857d607ce4376d27855af0e6"
|
|
}
|
|
},
|
|
"bin": "lame.exe",
|
|
"checkver": {
|
|
"url": "http://www.rarewares.org/mp3-lame-bundle.php",
|
|
"regex": "/files/mp3/lame(?<prefix>[\\d.]+)(?<suffix>[^.]*)\\.zip",
|
|
"replace": "${prefix}${suffix}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame$matchPrefix-64$matchSuffix.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|