mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +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",
|
"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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user