sapling: Fix checkver (#4165)

This commit is contained in:
KOGA Mitsuhiro 2022-11-25 15:49:41 +09:00 committed by GitHub
parent d3e701adff
commit 41133d28a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {