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.0 "
4+ version "3.1.1 "
55 if OS . mac?
66 if Hardware ::CPU . arm?
7- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.0 /odict-cli-aarch64-apple-darwin.tar.xz"
8- sha256 "3e108f521778e8421ce77af3d1e0868f704de5f56a353cef68943d29c0be494c "
7+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.1 /odict-cli-aarch64-apple-darwin.tar.xz"
8+ sha256 "8878b1b813ddf092cd9c28611e51e0e2087745822bec724b72bfdebb52dc4317 "
99 end
1010 if Hardware ::CPU . intel?
11- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.0 /odict-cli-x86_64-apple-darwin.tar.xz"
12- sha256 "ef44291cce3d5447ccb626a26d61429f60a480144d8c21edabb5319a4dfd66b0 "
11+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v3.1.1 /odict-cli-x86_64-apple-darwin.tar.xz"
12+ sha256 "e9bbffe6caab51bbe3a34f54c8890866366828d9b48e5899cf36d0ec97b8455c "
1313 end
1414 end
1515 if OS . linux? && Hardware ::CPU . intel?
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 "
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 "
1818 end
1919
2020 BINARY_ALIASES = {
You can’t perform that action at this time.
0 commit comments