generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
librime.json
43 lines (43 loc) · 1.52 KB
/
librime.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "1.12.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"
},
"32bit": {
"url": "https://github.com/rime/librime/releases/download/1.12.0/rime-c7ab639-Windows-msvc-x86.7z",
"hash": "e5729da35ed4ce41694fbccbecd5529766dc1fb546e9abc6f08036063e3d4028"
}
},
"extract_dir": "dist",
"bin": [
"bin\\rime_deployer.exe",
"bin\\rime_dict_manager.exe",
"bin\\rime_patch.exe"
],
"env_set": {
"LIBRIME_INCLUDE_DIR": "$dir\\include",
"LIBRIME_LIB_DIR": "$dir\\lib",
"RIME_INCLUDE_DIR": "$dir\\include",
"RIME_LIB_DIR": "$dir\\lib"
},
"checkver": {
"url": "https://api.github.com/repositories/3776878/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "download/([\\d.]+)/rime-(?<hash>[\\d\\w]+)-"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rime/librime/releases/download/$version/rime-$matchHash-Windows-msvc-x64.7z"
},
"32bit": {
"url": "https://github.com/rime/librime/releases/download/$version/rime-$matchHash-Windows-msvc-x86.7z"
}
}
}
}