mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
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
This commit is contained in:
parent
9bf90372b0
commit
f504d1c688
@ -2,26 +2,27 @@
|
||||
"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",
|
||||
"version": "3.100-20190620",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://www.rarewares.org/files/mp3/lame3.100-64.zip",
|
||||
"hash": "c9cddf1650fff0ebe0ba79de794b1fa9b334f43f08e2d365b7a158941ad78fa7"
|
||||
"url": "http://www.rarewares.org/files/mp3/lame3.100-64-20190620.zip",
|
||||
"hash": "d10888ec491a6b7406c357f6825e70ccd1820abcec973c049b7cdfe2a859cbfc"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://www.rarewares.org/files/mp3/lame3.100.zip",
|
||||
"hash": "910e14565e7edc419e3b841d1cd7eb83db52727d0f34fceec2b04d905a148ac6"
|
||||
"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",
|
||||
"re": "http://www.rarewares.org/files/mp3/lame([\\d.]+).zip"
|
||||
"regex": "/files/mp3/lame(?<prefix>[\\d.]+)(?<suffix>[^.]*)\\.zip",
|
||||
"replace": "${prefix}${suffix}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://www.rarewares.org/files/mp3/lame$version-64.zip"
|
||||
"url": "http://www.rarewares.org/files/mp3/lame$matchPrefix-64$matchSuffix.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://www.rarewares.org/files/mp3/lame$version.zip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user