Skip to content

Commit ed84268

Browse files
committed
odict 2.7.0
1 parent 3ebd0b5 commit ed84268

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.6.0"
4+
version "2.7.0"
55
if OS.mac?
66
if Hardware::CPU.arm?
7-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.6.0/odict-cli-aarch64-apple-darwin.tar.xz"
8-
sha256 "8eb78f3814f304ff73b0047d5f8e5321540827d5adbb30ffc723b85ec9953822"
7+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.7.0/odict-cli-aarch64-apple-darwin.tar.xz"
8+
sha256 "7f693590ef4ce52eeca0dcd20ef345466a052f5b033a6c4eaf24b95372b6bf2f"
99
end
1010
if Hardware::CPU.intel?
11-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.6.0/odict-cli-x86_64-apple-darwin.tar.xz"
12-
sha256 "20be54431a8374eed20618d658fef6e68b9667d154638167f8f6e1730ae4fc6d"
11+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.7.0/odict-cli-x86_64-apple-darwin.tar.xz"
12+
sha256 "c331bab6311f2c2dd4edd2cc69be113a883e70650e52b315d349703a03f136ec"
1313
end
1414
end
1515
if OS.linux? && Hardware::CPU.intel?
16-
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.6.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17-
sha256 "1bc583d0e05a9ff05119d48f2989323c2edf0e0fcfcd1e0680c3d95469bb94d5"
16+
url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.7.0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+
sha256 "30e064ff423934352a9aefab27c07cceb8525a68b411fa6bf5e69d86aa2d462b"
1818
end
1919

2020
BINARY_ALIASES = {

0 commit comments

Comments
 (0)