mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"version": "1.4.1",
|
|
"description": "Free Lossless Audio Codec - command line tools",
|
|
"homepage": "https://xiph.org/flac/",
|
|
"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.4.1-win.zip",
|
|
"hash": "f3b5028624b87fa0b723830b6bc764f10ac57c126271cd3fa1a22e84bdadb3e6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"extract_dir": "flac-1.4.1-win\\win64"
|
|
},
|
|
"32bit": {
|
|
"extract_dir": "flac-1.4.1-win\\win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"flac.exe",
|
|
"metaflac.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://ftp.osuosl.org/pub/xiph/releases/flac/?C=M;O=D",
|
|
"regex": ">flac-([\\d.]+)-win\\.zip"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|