File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Appwrite < Formula
22 desc "Command-line tool for interacting with the Appwrite API"
33 homepage "https://appwrite.io"
4- version "22.1.0 "
4+ version "22.1.1 "
55 license "BSD-3-Clause"
66
77 def self . binary_arch
@@ -34,20 +34,20 @@ def self.build_target
3434 on_macos do
3535 if Hardware ::CPU . arm?
3636 url "https://github.com/appwrite/sdk-for-cli/releases/download/#{ version } /appwrite-cli-darwin-arm64"
37- sha256 "41680723253ff48377637ccce14e507e062e30470d138c9258d789d531dca878 "
37+ sha256 "04ec90552e9385e135a000e3b69738a0bbcb514aa8eb1dbe92c0f3408a88d3ea "
3838 else
3939 url "https://github.com/appwrite/sdk-for-cli/releases/download/#{ version } /appwrite-cli-darwin-x64"
40- sha256 "c8e5def1b020d16a3763f4cae08ce0dbd3b6d5784a3be09cbc34125e430d7eaa "
40+ sha256 "c5fb7e73d13afa2f91459a915a0a517665f4871a4b4942139bca64baec16346a "
4141 end
4242 end
4343
4444 on_linux do
4545 if Hardware ::CPU . arm?
4646 url "https://github.com/appwrite/sdk-for-cli/releases/download/#{ version } /appwrite-cli-linux-arm64"
47- sha256 "748d85b89a86f84481e01a8451d6826429ef354714b4ce201da03e0bb9bd8009 "
47+ sha256 "c1ef75a238fb4f2a281dcd97cb482bfe95355aa2b72a62e088f3473bb43caf5d "
4848 else
4949 url "https://github.com/appwrite/sdk-for-cli/releases/download/#{ version } /appwrite-cli-linux-x64"
50- sha256 "0ac10cffaac73974c9bd93f8ca03263be5e83acedea7cd08b37cd9f47095c195 "
50+ sha256 "cd2e764cb4d621f4c21f246b621daadb70c2cc6f3eb76dd50c4a671265ff456a "
5151 end
5252 end
5353
You can’t perform that action at this time.
0 commit comments