File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11class Odict < Formula
2- desc "A lightning -fast dictionary file format and toolchain"
2+ desc "Lightning -fast dictionary file format and toolchain"
33 homepage "https://odict.org"
4- version "2.0 .0"
4+ version "2.1 .0"
55 if OS . mac?
66 if Hardware ::CPU . arm?
7- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.0 .0/odict-cli-aarch64-apple-darwin.tar.xz"
8- sha256 "01d6df2c7c9a5c16b93ecb961c446bcc9732bc8b96b88db95ec31fee6bb9d0b6 "
7+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1 .0/odict-cli-aarch64-apple-darwin.tar.xz"
8+ sha256 "eef6cb5b5d3e33c97028ae91ffaf986aa8da760b7c4dde60512375b510b521eb "
99 end
1010 if Hardware ::CPU . intel?
11- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.0 .0/odict-cli-x86_64-apple-darwin.tar.xz"
12- sha256 "895e5a56a5e62bf53ab0c3fcfd29bcbb87eb779b40156d35e5da2f627b60f898 "
11+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1 .0/odict-cli-x86_64-apple-darwin.tar.xz"
12+ sha256 "8697b4ed709252fd1a240523eaca4aee4b740c48098d5727da2cbd8478750496 "
1313 end
1414 end
1515 if OS . linux? && Hardware ::CPU . intel?
16- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.0 .0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17- sha256 "eb57f8c39ce4670fb07071ff0a6145d61cf6deabf9fcc3d080814babb3651a04 "
16+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1 .0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+ sha256 "b0025cbe16df4560dc8d2d06665cb12425da67424de0354f75c835c870cb310c "
1818 end
1919
2020 BINARY_ALIASES = {
You can’t perform that action at this time.
0 commit comments