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 "2.1 .0"
4+ version "2.2 .0"
55 if OS . mac?
66 if Hardware ::CPU . arm?
7- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1 .0/odict-cli-aarch64-apple-darwin.tar.xz"
8- sha256 "eef6cb5b5d3e33c97028ae91ffaf986aa8da760b7c4dde60512375b510b521eb "
7+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.2 .0/odict-cli-aarch64-apple-darwin.tar.xz"
8+ sha256 "7849aa7bcafcbda901da4100256b2c068a5fdc29e5c458df027915e31207fa59 "
99 end
1010 if Hardware ::CPU . intel?
11- url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.1 .0/odict-cli-x86_64-apple-darwin.tar.xz"
12- sha256 "8697b4ed709252fd1a240523eaca4aee4b740c48098d5727da2cbd8478750496 "
11+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.2 .0/odict-cli-x86_64-apple-darwin.tar.xz"
12+ sha256 "f543be82f7339884af61465dbe6e0ef8e0d27cea5219806f2beeaa4a8102770f "
1313 end
1414 end
1515 if OS . linux? && Hardware ::CPU . intel?
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 "
16+ url "https://github.com/TheOpenDictionary/odict/releases/download/cli/v2.2 .0/odict-cli-x86_64-unknown-linux-gnu.tar.xz"
17+ sha256 "8a8fff137baa96f4959de6c7f0024da63baa1aaedf6440548c5c3926fca02dfb "
1818 end
1919
2020 BINARY_ALIASES = {
You can’t perform that action at this time.
0 commit comments