haskell: Fix JSONPath in checkver (#3495)

This commit is contained in:
tech189 2022-04-13 12:15:15 +01:00 committed by GitHub
parent 957de13152
commit 6cedb7f024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
"env_add_path": "lib\\bin", "env_add_path": "lib\\bin",
"checkver": { "checkver": {
"url": "https://api.github.com/repos/commercialhaskell/ghc/tags", "url": "https://api.github.com/repos/commercialhaskell/ghc/tags",
"jsonpath": "$.name", "jsonpath": "$..name",
"regex": "ghc-([\\d\\.]+)-release" "regex": "ghc-([\\d\\.]+)-release"
}, },
"autoupdate": { "autoupdate": {