Skip to content

Commit

Permalink
yong-im: add version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Sep 1, 2024
1 parent 060cee0 commit 806b159
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ scoop install <manifest>
|[yakc](https://github.com/iammodev/YAKC)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/yakc.json)</sup>|YAKC is a Key/Mouse Click Visualizer|
|[yourav](https://github.com/Tlaster/YourAV)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/yourav.json)</sup>|宇宙级最轻量杀毒软件|
|[you-get](https://you-get.org/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/you-get.json)</sup>|A tiny command-line utility to download media contents (videos, audios, images) from the Web|
|[yong-im](https://yong.dgod.net/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/yong-im.json)</sup>|Yong IME, also known as 小小输入法|

See also in [Scoop website](https://scoop.sh/#/apps?q=%22https%3A%2F%2Fgithub.com%2Famorphobia%2Fsiku%22&s=0&d=1&o=false)

Expand Down
34 changes: 34 additions & 0 deletions bucket/yong-im.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "2.8.0",
"description": "Yong IME, also known as 小小输入法",
"homepage": "https://yong.dgod.net/",
"license": "Freeware",
"url": "https://yong.dgod.net/download/yong-win-2.8.0-0.7z",
"hash": "19775e7888df5e64dfc98b7c3f5d56057e4561fd2e9b998ebaf9fa0dbd07a555",
"extract_dir": "yong",
"architecture": {
"64bit": {
"shortcuts": [
[
"w64\\yong.exe",
"小小输入法"
]
]
},
"32bit": {
"shortcuts": [
[
"yong.exe",
"小小输入法"
]
]
}
},
"checkver": {
"url": "https://yong.dgod.net/download/",
"regex": "yong-win-([\\d\\.]+)-(?<rev>[\\d]+)\\.7z"
},
"autoupdate": {
"url": "https://yong.dgod.net/download/yong-win-$version-$matchRev.7z"
}
}

0 comments on commit 806b159

Please sign in to comment.