From f504d1c688d79d0c3e7a0a709a47bfdc98c4bec5 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 24 Jun 2019 00:14:24 -0700 Subject: [PATCH] lame: Update to 3.100-20190620 (manually) (#167) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lame: Update to 3.100-20190620 (manually) * Update bucket/lame.json Co-Authored-By: Jakub Čábera * Remove dup replace * Update bucket/lame.json Co-Authored-By: Hsiao-nan Cheung * Update bucket/lame.json Co-Authored-By: Hsiao-nan Cheung * Update bucket/lame.json Co-Authored-By: Hsiao-nan Cheung * Make suffix optional to allow for just 3.xxx --- bucket/lame.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bucket/lame.json b/bucket/lame.json index 348fc1d2e1..4b44cb367f 100644 --- a/bucket/lame.json +++ b/bucket/lame.json @@ -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(?[\\d.]+)(?[^.]*)\\.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"