mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
* lame: Update to 3.100-20190620 (manually) * Update bucket/lame.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Remove dup replace * Update bucket/lame.json Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com> * Update bucket/lame.json Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com> * Update bucket/lame.json Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com> * Make suffix optional to allow for just 3.xxx
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-20190620",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100-64-20190620.zip",
|
|
"hash": "d10888ec491a6b7406c357f6825e70ccd1820abcec973c049b7cdfe2a859cbfc"
|
|
},
|
|
"32bit": {
|
|
"url": "http://www.rarewares.org/files/mp3/lame3.100-20190620.zip",
|
|
"hash": "8779b2de0cde05b7c3a35ff702a169ee086be48d00925e669cdf6fbf87d5619a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|