mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
haskell-cabal: add 3.6.2.0 (#2793)
* haskell-cabal: add 3.6.2.0 * Correct license Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
38240ea775
commit
2c0d6c9e79
27
bucket/haskell-cabal.json
Normal file
27
bucket/haskell-cabal.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"version": "3.6.2.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.6.2.0/cabal-install-3.6.2.0-x86_64-windows.zip",
|
||||||
|
"hash": "89aa3aa3f76d15182c0d03227639890cd537627ba0bf0ef9ab451fee504b24c6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "cabal.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/haskell/cabal",
|
||||||
|
"regex": "/releases/tag/Cabal-v([\\d.-]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://downloads.haskell.org/~cabal/cabal-install-$version/cabal-install-$version-x86_64-windows.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user