Skip to content

Commit 7771fca

Browse files
committed
odict 3.1.0
1 parent 8fc19e0 commit 7771fca

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 "3.0.0"
4+
version "3.1.0"
55
if OS.mac?
66
if Hardware::CPU.arm?
7-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.0.0/odict-cli-aarch64-apple-darwin.tar.xz"
8-
sha256 "65aa6fa0aa61655fc2cc21f20fabe4121907fad45a6b48c2b5f3d8d8f35314d0"
7+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.0/odict-cli-aarch64-apple-darwin.tar.xz"
8+
sha256 "3e108f521778e8421ce77af3d1e0868f704de5f56a353cef68943d29c0be494c"
99
end
1010
if Hardware::CPU.intel?
11-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.0.0/odict-cli-x86_64-apple-darwin.tar.xz"
12-
sha256 "87c4de9c461664c1ad06d2341eceaf60688b9e1e347bb88d1113b4b4735f39da"
11+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.0/odict-cli-x86_64-apple-darwin.tar.xz"
12+
sha256 "ef44291cce3d5447ccb626a26d61429f60a480144d8c21edabb5319a4dfd66b0"
1313
end
1414
end
1515
if OS.linux? && Hardware::CPU.intel?
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"
16+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+
sha256 "a9b1ee42db68c6d9771c25659330abaf329b8425fc90e9e7261eb48c26b31484"
1818
end
1919

2020
BINARY_ALIASES = {

0 commit comments

Comments
 (0)