From e0301174fcab2d8e596c9f82eeca35f26af5ea1e Mon Sep 17 00:00:00 2001 From: scillidan Date: Mon, 18 May 2026 15:38:47 +0800 Subject: [PATCH 1/2] weasel: Add version 0.17.4 --- bucket/weasel.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/weasel.json diff --git a/bucket/weasel.json b/bucket/weasel.json new file mode 100644 index 00000000000000..109f536ff22672 --- /dev/null +++ b/bucket/weasel.json @@ -0,0 +1,29 @@ +{ + "version": "0.17.4", + "description": "Rime Input Method Engine, rimes with your keystrokes.", + "homepage": "https://rime.im", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/rime/weasel/releases/download/0.17.4/weasel-0.17.4.0-installer.exe#/dl.7z", + "hash": "cf509534a8f5f8af9c98ed7cbb8f135439f145a8cbe7e50ede42bb5b5ab45c29" + } + }, + "pre_install": "if (Test-Path \"$dir\\`$PLUGINSDIR\") { Remove-Item -Recurse -Force \"$dir\\`$PLUGINSDIR\" }", + "shortcuts": [ + [ + "WeaselServer.exe", + "Weasel" + ] + ], + "checkver": { + "github": "https://github.com/rime/weasel" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rime/weasel/releases/download/$version/weasel-$version.$buildVersion-installer.exe#/dl.7z" + } + } + } +} From 87111a1196e0a93c718510e790bfa864468cce84 Mon Sep 17 00:00:00 2001 From: scillidan Date: Mon, 18 May 2026 07:49:56 +0000 Subject: [PATCH 2/2] weasel: update autoupdate field --- bucket/weasel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/weasel.json b/bucket/weasel.json index 109f536ff22672..87442ed819be2c 100644 --- a/bucket/weasel.json +++ b/bucket/weasel.json @@ -22,7 +22,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/rime/weasel/releases/download/$version/weasel-$version.$buildVersion-installer.exe#/dl.7z" + "url": "https://github.com/rime/weasel/releases/download/$version/weasel-$version.0-installer.exe#/dl.7z" } } }