Skip to content

Commit

Permalink
librime: add 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Apr 2, 2024
1 parent bf351a8 commit ac46107
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ scoop install <manifest>
|[imazing-converter](https://imazing.com/converter)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/imazing-converter.json)</sup>|iMazing Converter. A tiny and free app for Mac and PC that converts photos from HEIC to JPEG, and videos from HEVC/H.265 to MP4/H.264. Enjoy!|
|[iwck](https://github.com/Nigh/I-wanna-clean-keyboard)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/iwck.json)</sup>|I wanna clean keyboard - This app won't clean your keyboard... but it could block the keyboard input when you were cleaning the keyboard...|
|[jijidown](http://client.jijidown.com/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/jijidown.json)</sup>|唧唧Down - 一个用于下载bilibili视频的PC应用程序|
|[librime](https://rime.im/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/librime.json)</sup>|Rime Input Method Engine|
|[ls-interactive](https://github.com/Araxeus/ls-interactive)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/ls-interactive.json)</sup>|Interactive ls command made in rust|
|[massigra](http://www.massigra.net/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/massigra.json)</sup>|シンプルで高速な単画面型の画像ビューワ|
|[minesweeper-arbiter](https://minesweepergame.com/download/arbiter.php)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/minesweeper-arbiter.json)</sup>|Minesweeper Arbiter is a free clone of Windows Minesweeper that saves videos with decimal time.|
Expand Down
41 changes: 41 additions & 0 deletions bucket/librime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "1.11.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.11.0/rime-76a0a16-Windows-msvc-x64.7z",
"hash": "32908951837501da8957d350765c9c3786c3998fa17fbdfc02b7c3e7aaaf5780"
},
"32bit": {
"url": "https://github.com/rime/librime/releases/download/1.11.0/rime-76a0a16-Windows-msvc-x86.7z",
"hash": "6e5185a13a767692bc924c905ba8ecedfea094a62004682e1b3c8c2ddcbbac0c"
}
},
"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"
},
"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"
}
}
}
}

0 comments on commit ac46107

Please sign in to comment.