File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11class Odict < Formula
22 desc "Lightning-fast dictionary file format and toolchain"
33 homepage "https://odict.org"
4- version "3.1.1 "
4+ version "3.2.0 "
55 if OS . mac?
66 if Hardware ::CPU . arm?
7- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.1 /odict-cli-aarch64-apple-darwin.tar.xz"
8- sha256 "8878b1b813ddf092cd9c28611e51e0e2087745822bec724b72bfdebb52dc4317 "
7+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.0 /odict-cli-aarch64-apple-darwin.tar.xz"
8+ sha256 "8e0945f18d17d82bdbe6af99fc4efcab8395811393b0b6fb1781ebe66f356a95 "
99 end
1010 if Hardware ::CPU . intel?
11- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.1 /odict-cli-x86_64-apple-darwin.tar.xz"
12- sha256 "e9bbffe6caab51bbe3a34f54c8890866366828d9b48e5899cf36d0ec97b8455c "
11+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.2.0 /odict-cli-x86_64-apple-darwin.tar.xz"
12+ sha256 "ba1df21089f07f99263326de161ff2360c800774ae6010237d162321fb595b1a "
1313 end
1414 end
1515 if OS . linux? && Hardware ::CPU . intel?
16- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.1 /odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17- sha256 "14d23e89b45d4bea839fa8b6d4dfd6602e7926df41aae199208f79a656c4f630 "
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 "
1818 end
1919
2020 BINARY_ALIASES = {
You can’t perform that action at this time.
0 commit comments