Skip to content

Commit

Permalink
update librime to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 5, 2023
1 parent 5c2b7e6 commit d36863d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

set -e

rime_version=1.8.4
rime_version=1.8.5
rime_git_hash=08dd95f

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

rime_deps_archive='rime-deps-a94739f-macOS.tar.bz2'
rime_deps_archive="rime-deps-${rime_git_hash}-macOS.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 d36863d

Please sign in to comment.