diff --git a/bucket/flac.json b/bucket/flac.json index 21d29110a7..69877dd285 100644 --- a/bucket/flac.json +++ b/bucket/flac.json @@ -1,19 +1,19 @@ { - "version": "1.4.3", + "version": "1.5.0", "description": "Free Lossless Audio Codec - command line tools", "homepage": "https://xiph.org/flac/", "license": { "identifier": "BSD-3-Clause,GPL-3.0-or-later", "url": "https://xiph.org/flac/license.html" }, - "url": "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.4.3-win.zip", - "hash": "c4558cf79fc1365d1822f7945a20bdbf55f99642cee95a823d44f3a61fb748c6", + "url": "https://github.com/xiph/flac/releases/download/1.5.0/flac-1.5.0-win.zip", + "hash": "53F1500F0D6E7C61379D7FEE50D4A9F7F504C650009506D9BA015530D76C0DDE", "architecture": { "64bit": { - "extract_dir": "flac-1.4.3-win\\win64" + "extract_dir": "flac-1.5.0-win\\win64" }, "32bit": { - "extract_dir": "flac-1.4.3-win\\win32" + "extract_dir": "flac-1.5.0-win\\win32" } }, "bin": [ @@ -21,14 +21,10 @@ "metaflac.exe" ], "checkver": { - "url": "https://ftp.osuosl.org/pub/xiph/releases/flac/?C=M;O=D", - "regex": ">flac-([\\d.]+)-win\\.zip" - }, + "github": "https://github.com/xiph/flac" + }, "autoupdate": { - "url": "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-$version-win.zip", - "hash": { - "url": "$baseurl/SHA256SUMS.txt" - }, + "url": "https://github.com/xiph/flac/releases/download/$version/flac-$version-win.zip", "architecture": { "64bit": { "extract_dir": "flac-$version-win\\win64"