From fc0a4375ec5f9ff343a190b0d40f8d97d4e752cd Mon Sep 17 00:00:00 2001 From: Xuesong Peng Date: Wed, 5 Feb 2025 16:10:56 +0800 Subject: [PATCH] librime: fix sha1 regex --- bucket/librime.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/librime.json b/bucket/librime.json index fb19bef..c609411 100644 --- a/bucket/librime.json +++ b/bucket/librime.json @@ -1,16 +1,16 @@ { - "version": "1.12.0", + "version": "1.13.0", "description": "Rime Input Method Engine", "homepage": "https://rime.im/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/rime/librime/releases/download/1.12.0/rime-c7ab639-Windows-msvc-x64.7z", - "hash": "f3b86cbf6178b4c5fcee70b0401728aa4c3d1345a20a0b4ac902687b6c5e7c45" + "url": "https://github.com/rime/librime/releases/download/1.13.0/rime-e8184dc-Windows-msvc-x64.7z", + "hash": "a154630ca23351bcc6cdf535007fc6db3507e3137510213a90ad71ba320b4484" }, "32bit": { - "url": "https://github.com/rime/librime/releases/download/1.12.0/rime-c7ab639-Windows-msvc-x86.7z", - "hash": "e5729da35ed4ce41694fbccbecd5529766dc1fb546e9abc6f08036063e3d4028" + "url": "https://github.com/rime/librime/releases/download/1.13.0/rime-e8184dc-Windows-msvc-x86.7z", + "hash": "111c87360bbdd1ac971793c6f036857cedfe39235a71fe5e2b098d201bf56033" } }, "extract_dir": "dist", @@ -28,7 +28,7 @@ "checkver": { "url": "https://api.github.com/repositories/3776878/releases/latest", "jsonpath": "$..browser_download_url", - "regex": "download/([\\d.]+)/rime-(?[\\d\\w]+)-" + "regex": "download/([\\d.]+)/rime-(?[\\d\\w]{7})-" }, "autoupdate": { "architecture": {