mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +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-20190806",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100-64-20190806.zip",
|
|
"hash": "eb04d9e304c94f35be178665ec10d5fd79b59424cbf0b0564b782e425da251ea"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100-20190806.zip",
|
|
"hash": "5e54d7785ac0a90146bc709db3a1e8e9df1a64218252a13b5fdb9502c02c14c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|