Skip to content

Commit ab051ca

Browse files
committed
odict 2.1.0
1 parent d9d46f3 commit ab051ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/odict.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
class Odict < Formula
2-
desc "A lightning-fast dictionary file format and toolchain"
2+
desc "Lightning-fast dictionary file format and toolchain"
33
homepage "https://odict.org"
4-
version "2.0.0"
4+
version "2.1.0"
55
if OS.mac?
66
if Hardware::CPU.arm?
7-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.0.0/odict-cli-aarch64-apple-darwin.tar.xz"
8-
sha256 "01d6df2c7c9a5c16b93ecb961c446bcc9732bc8b96b88db95ec31fee6bb9d0b6"
7+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1.0/odict-cli-aarch64-apple-darwin.tar.xz"
8+
sha256 "eef6cb5b5d3e33c97028ae91ffaf986aa8da760b7c4dde60512375b510b521eb"
99
end
1010
if Hardware::CPU.intel?
11-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.0.0/odict-cli-x86_64-apple-darwin.tar.xz"
12-
sha256 "895e5a56a5e62bf53ab0c3fcfd29bcbb87eb779b40156d35e5da2f627b60f898"
11+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1.0/odict-cli-x86_64-apple-darwin.tar.xz"
12+
sha256 "8697b4ed709252fd1a240523eaca4aee4b740c48098d5727da2cbd8478750496"
1313
end
1414
end
1515
if OS.linux? && Hardware::CPU.intel?
16-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.0.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17-
sha256 "eb57f8c39ce4670fb07071ff0a6145d61cf6deabf9fcc3d080814babb3651a04"
16+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+
sha256 "b0025cbe16df4560dc8d2d06665cb12425da67424de0354f75c835c870cb310c"
1818
end
1919

2020
BINARY_ALIASES = {

0 commit comments

Comments
 (0)