Ross Smith II 1e3957f444
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>
2019-08-12 06:21:00 -07:00

42 lines
1.2 KiB
JSON

{
"homepage": "https://xiph.org/flac/",
"description": "Free Lossless Audio Codec - command line tools",
"version": "1.3.2",
"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.3.2-win.zip",
"hash": "4cca0acfa829921ab647f48e83f4b40288f2018d7819f0b15230d3992c13c966",
"architecture": {
"64bit": {
"extract_dir": "flac-1.3.2-win\\win64"
},
"32bit": {
"extract_dir": "flac-1.3.2-win\\win32"
}
},
"bin": [
"flac.exe",
"metaflac.exe"
],
"checkver": {
"re": "/flac-([\\d.]+)-win\\.zip",
"url": "https://ftp.osuosl.org/pub/xiph/releases/flac/?C=M;O=D"
},
"autoupdate": {
"url": "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-$version-win.zip",
"hash": {
"url": "$baseurl/SHA256SUMS.txt"
},
"architecture": {
"64bit": {
"extract_dir": "flac-$version-win\\win64"
},
"32bit": {
"extract_dir": "flac-$version-win\\win32"
}
}
}
}