Ross Smith II f504d1c688
lame: Update to 3.100-20190620 (manually) (#167)
* 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
2019-06-24 00:14:24 -07:00

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"
}
}
}
}