mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
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:
parent
83753814a7
commit
1e3957f444
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user