haskell-cabal: Update to version 3.8.1.0, fix checkver

This commit is contained in:
tech189 2022-08-23 23:06:09 +01:00
parent 60eae6434f
commit 87eccc260f

View File

@ -1,5 +1,5 @@
{ {
"version": "3.6.2.0", "version": "3.8.1.0",
"description": "Cabal is a system for building and packaging Haskell libraries and programs.", "description": "Cabal is a system for building and packaging Haskell libraries and programs.",
"homepage": "https://www.haskell.org/cabal/", "homepage": "https://www.haskell.org/cabal/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -8,14 +8,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.haskell.org/~cabal/cabal-install-3.6.2.0/cabal-install-3.6.2.0-x86_64-windows.zip", "url": "https://downloads.haskell.org/~cabal/cabal-install-3.8.1.0/cabal-install-3.8.1.0-x86_64-windows.zip",
"hash": "89aa3aa3f76d15182c0d03227639890cd537627ba0bf0ef9ab451fee504b24c6" "hash": "b6dd6afe0e5a883f84dc52d836af0e90d9cd2b2978dd87200332085ecb4a0315"
} }
}, },
"bin": "cabal.exe", "bin": "cabal.exe",
"checkver": { "checkver": {
"github": "https://github.com/haskell/cabal", "github": "https://github.com/haskell/cabal",
"regex": "/releases/tag/Cabal-v([\\d.-]+)" "regex": "/releases/tag/cabal-install-v([\\d.-]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {