From 41133d28a73c82aec1746da2c3416ea78fd8107b Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Fri, 25 Nov 2022 15:49:41 +0900 Subject: [PATCH] sapling: Fix checkver (#4165) --- bucket/sapling.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/sapling.json b/bucket/sapling.json index 2d0b869535..d2343fba9e 100644 --- a/bucket/sapling.json +++ b/bucket/sapling.json @@ -23,8 +23,8 @@ "checkver": { "url": "https://api.github.com/repos/facebook/sapling/releases/latest", "jsonpath": "$.tag_name", - "regex": "(?(?[\\d.]+)-(?[\\d]{6})-(?[\\da-f]{8}))", - "replace": "${ver}.${date}.${commit}" + "regex": "(?(?[\\d.]+)\\.(?[\\d]{8})-(?