Skip to content

Commit

Permalink
flac: Fix checkver/au.url due to 404
Browse files Browse the repository at this point in the history
See #150
  • Loading branch information
rasa committed Aug 9, 2019
1 parent 7fa40ed commit 8dd562a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/flac.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"identifier": "BSD-3-Clause,GPL-3.0-or-later",
"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",
"architecture": {
"64bit": {
Expand All @@ -21,13 +21,13 @@
"metaflac.exe"
],
"checkver": {
"re": "FLAC ([\\d.]+)",
"url": "https://xiph.org/flac/changelog.html"
"re": "/flac-([\\d.]+)-win\\.zip",
"url": "https://ftp.osuosl.org/pub/xiph/releases/flac/?C=M;O=D"
},
"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": {
"url": "https://downloads.xiph.org/releases/flac/SHA256SUMS.txt"
"url": "https://ftp.osuosl.org/pub/xiph/releases/flac/SHA256SUMS.txt"
},
"architecture": {
"64bit": {
Expand Down

0 comments on commit 8dd562a

Please sign in to comment.