Skip to content

Commit 3f7cffa

Browse files
committed
odict 2.8.0
1 parent ed84268 commit 3f7cffa

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

2020
BINARY_ALIASES = {

0 commit comments

Comments
 (0)