From 7662bab4a19eb1a2968108f41abea44485ae2fa5 Mon Sep 17 00:00:00 2001 From: groverlynn Date: Sun, 15 Oct 2023 09:39:50 +0200 Subject: [PATCH] update librime --- .gitmodules | 3 ++- action-install.sh | 4 ++-- librime | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 374aee36a..ea1e48ea4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "librime"] path = librime - url = https://github.com/rime/librime.git + url = https://github.com/groverlynn/librime.git + branch = choose ignore = dirty [submodule "plum"] path = plum diff --git a/action-install.sh b/action-install.sh index e06071daa..f010bb0ec 100755 --- a/action-install.sh +++ b/action-install.sh @@ -2,8 +2,8 @@ set -e -rime_version=1.9.0m -rime_git_hash=434e898 +rime_version=1.9.0-m +rime_git_hash=275b399 rime_archive="rime-${rime_git_hash}-macOS.tar.bz2" rime_download_url="https://github.com/groverlynn/librime/releases/download/${rime_version}/${rime_archive}" diff --git a/librime b/librime index 434e89835..275b399cc 160000 --- a/librime +++ b/librime @@ -1 +1 @@ -Subproject commit 434e89835214d5522c2bb10678fb15f75236d4f4 +Subproject commit 275b399ccd3256685e5d93a44d011a9a40f8951c