Skip to content

Commit cc71d06

Browse files
committed
odict 3.2.1
1 parent e9c6233 commit cc71d06

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.2.0"
4+
version "3.2.1"
55
if OS.mac?
66
if Hardware::CPU.arm?
7-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.0/odict-cli-aarch64-apple-darwin.tar.xz"
8-
sha256 "8e0945f18d17d82bdbe6af99fc4efcab8395811393b0b6fb1781ebe66f356a95"
7+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.1/odict-cli-aarch64-apple-darwin.tar.xz"
8+
sha256 "bd5804846885c45b9ba4fee8f0e53abd2a34ea2af54409c40abbd59be423f041"
99
end
1010
if Hardware::CPU.intel?
11-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.0/odict-cli-x86_64-apple-darwin.tar.xz"
12-
sha256 "ba1df21089f07f99263326de161ff2360c800774ae6010237d162321fb595b1a"
11+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.1/odict-cli-x86_64-apple-darwin.tar.xz"
12+
sha256 "50de9c6d5c286e6b866e57cc08976a5e282e249997955eb06c935756e508a4b6"
1313
end
1414
end
1515
if OS.linux? && Hardware::CPU.intel?
16-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17-
sha256 "b07e4c6e087324be122df3994cdb90904384c17fcb5f91aae015140a1ed0113f"
16+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.1/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+
sha256 "4ef644bb5c2533b7c0c77927e7b57c64c3c32393c5920eb03ba1fa0985cabcb0"
1818
end
1919

2020
BINARY_ALIASES = {

0 commit comments

Comments
 (0)