diff --git a/github.install.bat b/github.install.bat index 65d8c5580..d32146a02 100644 --- a/github.install.bat +++ b/github.install.bat @@ -3,12 +3,13 @@ setlocal git submodule init git submodule update plum -set rime_version=1.11.0 +set rime_version=1.11.2 +set rime_hash=5b09f35 -set download_archive=rime-76a0a16-Windows-msvc-x86.7z -set download_archive_deps=rime-deps-76a0a16-Windows-msvc-x86.7z -set download_archive_x64=rime-76a0a16-Windows-msvc-x64.7z -set download_archive_deps_x64=rime-deps-76a0a16-Windows-msvc-x64.7z +set download_archive=rime-%rime_hash%-Windows-msvc-x86.7z +set download_archive_deps=rime-deps-%rime_hash%-Windows-msvc-x86.7z +set download_archive_x64=rime-%rime_hash%-Windows-msvc-x64.7z +set download_archive_deps_x64=rime-deps-%rime_hash%-Windows-msvc-x64.7z curl -LO https://github.com/rime/librime/releases/download/%rime_version%/%download_archive% curl -LO https://github.com/rime/librime/releases/download/%rime_version%/%download_archive_deps% diff --git a/librime b/librime index 76a0a16c5..5b09f35ba 160000 --- a/librime +++ b/librime @@ -1 +1 @@ -Subproject commit 76a0a16c5ca0c7efc80fa918c8e0c88754699fd7 +Subproject commit 5b09f35bab12683d8ed5e8663c18c940e971b954