Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Nov 22, 2023
1 parent 6478c4d commit e0f0f02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sparkle
Submodule Sparkle updated 663 files
4 changes: 2 additions & 2 deletions Squirrel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,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)",
Expand Down Expand Up @@ -664,7 +664,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)",
Expand Down
4 changes: 2 additions & 2 deletions action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=095475e

rime_archive="rime-${rime_git_hash}-macOS.tar.bz2"
rime_download_url="https://github.com/groverlynn/librime/releases/download/${rime_version}/${rime_archive}"
Expand Down

0 comments on commit e0f0f02

Please sign in to comment.