From 6cedb7f02493e572f4f88242a5b3502a12958030 Mon Sep 17 00:00:00 2001 From: tech189 Date: Wed, 13 Apr 2022 12:15:15 +0100 Subject: [PATCH] haskell: Fix JSONPath in checkver (#3495) --- bucket/haskell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/haskell.json b/bucket/haskell.json index 1bf25fea2b..ee137d26de 100644 --- a/bucket/haskell.json +++ b/bucket/haskell.json @@ -30,7 +30,7 @@ "env_add_path": "lib\\bin", "checkver": { "url": "https://api.github.com/repos/commercialhaskell/ghc/tags", - "jsonpath": "$.name", + "jsonpath": "$..name", "regex": "ghc-([\\d\\.]+)-release" }, "autoupdate": {