flac: Fix checkver/au.url due to 404 (#313)

* flac: Fix checkver/au.url due to 404

See #150

* Update bucket/flac.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Ross Smith II 2019-08-12 06:21:00 -07:00 committed by GitHub
parent 83753814a7
commit 1e3957f444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"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://downloads.xiph.org/releases/flac/flac-1.3.2-win.zip", "url": "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.2-win.zip",
"hash": "4cca0acfa829921ab647f48e83f4b40288f2018d7819f0b15230d3992c13c966", "hash": "4cca0acfa829921ab647f48e83f4b40288f2018d7819f0b15230d3992c13c966",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -21,13 +21,13 @@
"metaflac.exe" "metaflac.exe"
], ],
"checkver": { "checkver": {
"re": "FLAC ([\\d.]+)", "re": "/flac-([\\d.]+)-win\\.zip",
"url": "https://xiph.org/flac/changelog.html" "url": "https://ftp.osuosl.org/pub/xiph/releases/flac/?C=M;O=D"
}, },
"autoupdate": { "autoupdate": {
"url": "https://downloads.xiph.org/releases/flac/flac-$version-win.zip", "url": "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-$version-win.zip",
"hash": { "hash": {
"url": "https://downloads.xiph.org/releases/flac/SHA256SUMS.txt" "url": "$baseurl/SHA256SUMS.txt"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {