mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
28 lines
918 B
JSON
28 lines
918 B
JSON
{
|
|
"version": "3.8.1.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-3.8.1.0/cabal-install-3.8.1.0-x86_64-windows.zip",
|
|
"hash": "b6dd6afe0e5a883f84dc52d836af0e90d9cd2b2978dd87200332085ecb4a0315"
|
|
}
|
|
},
|
|
"bin": "cabal.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/haskell/cabal",
|
|
"regex": "/releases/tag/cabal-install-v([\\d.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.haskell.org/~cabal/cabal-install-$version/cabal-install-$version-x86_64-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|