Skip to content

Commit

Permalink
librime: fix sha1 regex
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Feb 5, 2025
1 parent 74d4229 commit fc0a437
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/librime.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -28,7 +28,7 @@
"checkver": {
"url": "https://api.github.com/repositories/3776878/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "download/([\\d.]+)/rime-(?<hash>[\\d\\w]+)-"
"regex": "download/([\\d.]+)/rime-(?<hash>[\\d\\w]{7})-"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit fc0a437

Please sign in to comment.