From 0a068f8ae819827c6de8a78d56e387b21d731776 Mon Sep 17 00:00:00 2001 From: groverlynn Date: Wed, 20 Dec 2023 02:25:57 +0100 Subject: [PATCH] update packages --- .gitmodules | 2 +- Sparkle | 2 +- Squirrel.xcodeproj/project.pbxproj | 4 ++-- action-install.sh | 4 ++-- librime | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index ea1e48ea4..53ebfa651 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "librime"] path = librime url = https://github.com/groverlynn/librime.git - branch = choose + branch = extension ignore = dirty [submodule "plum"] path = plum diff --git a/Sparkle b/Sparkle index 1f07f4096..8fb9c83ad 160000 --- a/Sparkle +++ b/Sparkle @@ -1 +1 @@ -Subproject commit 1f07f4096e52f19b5e7abaa697b7fc592b7ff57c +Subproject commit 8fb9c83adf6f74364ee57bf314ceee2fa77d0ac2 diff --git a/Squirrel.xcodeproj/project.pbxproj b/Squirrel.xcodeproj/project.pbxproj index a4bb80bea..70d2ac4e9 100644 --- a/Squirrel.xcodeproj/project.pbxproj +++ b/Squirrel.xcodeproj/project.pbxproj @@ -622,7 +622,7 @@ CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.16.2u; + CURRENT_PROJECT_VERSION = 0.16.2e; DEAD_CODE_STRIPPING = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -672,7 +672,7 @@ CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 0.16.2u; + CURRENT_PROJECT_VERSION = 0.16.2e; DEAD_CODE_STRIPPING = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/action-install.sh b/action-install.sh index f010bb0ec..bfe8f4ed3 100755 --- a/action-install.sh +++ b/action-install.sh @@ -2,8 +2,8 @@ set -e -rime_version=1.9.0-m -rime_git_hash=275b399 +rime_version=1.9.0-e +rime_git_hash=3ff6d12 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 095475e1e..3ff6d1229 160000 --- a/librime +++ b/librime @@ -1 +1 @@ -Subproject commit 095475e1ef3a8e2e19741a5f1bf21e168efa3577 +Subproject commit 3ff6d12291c7baa2e30059fd3e32d1a8a437c8a1