mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
sapling: Fix checkver (#4165)
This commit is contained in:
parent
d3e701adff
commit
41133d28a7
@ -23,8 +23,8 @@
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/facebook/sapling/releases/latest",
|
||||
"jsonpath": "$.tag_name",
|
||||
"regex": "(?<tag>(?<ver>[\\d.]+)-(?<date>[\\d]{6})-(?<commit>[\\da-f]{8}))",
|
||||
"replace": "${ver}.${date}.${commit}"
|
||||
"regex": "(?<tag>(?<ver>[\\d.]+)\\.(?<date>[\\d]{8})-(?<time>[\\d]{6})-(?<hash>[\\da-f]{8}))",
|
||||
"replace": "${ver}.${date}.${time}.${hash}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user