mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
31 lines
1014 B
JSON
31 lines
1014 B
JSON
{
|
|
"version": "3.16.0.0",
|
|
"description": "Cabal is a system for building and packaging Haskell libraries and programs.",
|
|
"homepage": "https://www.haskell.org/cabal/",
|
|
"license": "BSD-3-Clause",
|
|
"suggest": {
|
|
"Haskell": "haskell"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.haskell.org/~cabal/cabal-install-latest/cabal-install-3.16.0.0-x86_64-windows.zip",
|
|
"hash": "572c1eba3da3aa7754790e14462d301df208dd0c4f183a6507ffd86f71595349"
|
|
}
|
|
},
|
|
"bin": "cabal.exe",
|
|
"checkver": {
|
|
"url": "https://downloads.haskell.org/~cabal/cabal-install-latest/",
|
|
"regex": "cabal-install-([\\d.-]+)-x86_64-windows.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.haskell.org/~cabal/cabal-install-latest/cabal-install-$version-x86_64-windows.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|