Skip to content

Commit

Permalink
chore: upgrade to librime 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Apr 15, 2024
1 parent cc0aea0 commit 204b82f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

set -e

rime_version=1.8.5
rime_git_hash=08dd95f
rime_version=1.11.0
rime_git_hash=76a0a16

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

rime_deps_archive="rime-deps-${rime_git_hash}-macOS.tar.bz2"
rime_deps_archive="rime-deps-${rime_git_hash}-macOS-universal.tar.bz2"
rime_deps_download_url="https://github.com/rime/librime/releases/download/${rime_version}/${rime_deps_archive}"

mkdir -p download && (
Expand Down

0 comments on commit 204b82f

Please sign in to comment.