mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
921 B
JSON
28 lines
921 B
JSON
{
|
|
"version": "3.10.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.10.1.0/cabal-install-3.10.1.0-x86_64-windows.zip",
|
|
"hash": "31ca1cd173d4da675bc9790746d6b492cbe204e0332b282141d7ecc8ae43997b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|