flac: Update to version 1.5.0 (#6520)

This commit is contained in:
srappan 2025-02-13 15:58:15 +00:00 committed by GitHub
parent 35c1bd3c61
commit 1674efafff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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