Skip to content

Commit 8fc19e0

Browse files
committed
odict 3.0.0
1 parent 5545804 commit 8fc19e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/odict.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
class Odict < Formula
22
desc "Lightning-fast dictionary file format and toolchain"
33
homepage "https://odict.org"
4-
version "2.9.1"
4+
version "3.0.0"
55
if OS.mac?
66
if Hardware::CPU.arm?
7-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.9.1/odict-cli-aarch64-apple-darwin.tar.xz"
8-
sha256 "dc8d71393a8f18a9b7300ad15ee0261a0b0669bc360181bb26b580618ebec566"
7+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.0.0/odict-cli-aarch64-apple-darwin.tar.xz"
8+
sha256 "65aa6fa0aa61655fc2cc21f20fabe4121907fad45a6b48c2b5f3d8d8f35314d0"
99
end
1010
if Hardware::CPU.intel?
11-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.9.1/odict-cli-x86_64-apple-darwin.tar.xz"
12-
sha256 "c4f4f3284d3f3f7feff5bb6d2eb494a57a4509d4502bb06ddc39936c867d3c32"
11+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.0.0/odict-cli-x86_64-apple-darwin.tar.xz"
12+
sha256 "87c4de9c461664c1ad06d2341eceaf60688b9e1e347bb88d1113b4b4735f39da"
1313
end
1414
end
1515
if OS.linux? && Hardware::CPU.intel?
16-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.9.1/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17-
sha256 "e040c41d8e7f1ecf189137e9deb3a5434f50f85c9d5801435485e853bcd3e04e"
16+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.0.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+
sha256 "9605954b056b99f7dbe42367884398dc644be1c33aac5a6819efce590c48a72f"
1818
end
1919

2020
BINARY_ALIASES = {

0 commit comments

Comments
 (0)