Skip to content

Commit

Permalink
support OpenCC 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 13, 2023
1 parent cf0df1c commit fa6a656
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
sudo apt update
sudo apt install doxygen cmake wget
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz
tar xf ver.1.1.6.tar.gz
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.7.tar.gz
tar xf ver.1.1.7.tar.gz
cd OpenCC-*
make -j$(nproc) PREFIX=/usr
sudo make PREFIX=/usr install
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
run: |
sudo apt update
sudo apt install doxygen cmake wget
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz
tar xf ver.1.1.6.tar.gz
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.7.tar.gz
tar xf ver.1.1.7.tar.gz
cd OpenCC-*
make -j$(nproc) PREFIX=/usr
sudo make PREFIX=/usr install
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
sudo apt update
sudo apt install doxygen cmake wget
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz
tar xf ver.1.1.6.tar.gz
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.7.tar.gz
tar xf ver.1.1.7.tar.gz
cd OpenCC-*
make -j$(nproc) PREFIX=/usr
sudo make PREFIX=/usr install
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
sudo apt update
sudo apt install doxygen cmake wget
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz
tar xf ver.1.1.6.tar.gz
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.7.tar.gz
tar xf ver.1.1.7.tar.gz
cd OpenCC-*
make -j$(nproc) PREFIX=/usr
sudo make PREFIX=/usr install
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
run: |
sudo apt update
sudo apt install doxygen cmake wget
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz
tar xf ver.1.1.6.tar.gz
wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.7.tar.gz
tar xf ver.1.1.7.tar.gz
cd OpenCC-*
make -j$(nproc) PREFIX=/usr
sudo make PREFIX=/usr install
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opencc-rust"
version = "1.1.17"
version = "1.1.18"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.60"
Expand Down
Binary file modified opencc/STPhrases.ocd2
Binary file not shown.
Binary file modified opencc/TWPhrases.ocd2
Binary file not shown.
Binary file modified opencc/TWPhrasesRev.ocd2
Binary file not shown.

0 comments on commit fa6a656

Please sign in to comment.