mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
haskell: Fix JSONPath in checkver (#3495)
This commit is contained in:
parent
957de13152
commit
6cedb7f024
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user