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.2.1 "
4+ version "22.2.2 "
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 "1f07b57c7562bd96dbf479433ee8345000e82723b3372e3bb6222d8514f9c6c7 "
37+ sha256 "94e1c89bfb280d9639c26bba53e68f1b3c37827d1a19f212b6b0a0e309654a22 "
3838 else
3939 url "https://github.com/appwrite/sdk-for-cli/releases/download/#{ version } /appwrite-cli-darwin-x64"
40- sha256 "0e4aa261e8dcbcd2568f9c9045b46b7b02e8edacfdd501e6028b2fab8a3db3bd "
40+ sha256 "ef53cc0f6723f2e1ff6bf873f2b08b3e2856327d1e54d75216db8051c4acaeda "
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 "6f09bc78fdd8379dbf5be0445770056d549695c98ac5d39c619f9b399e9d18bc "
47+ sha256 "74088ca3a1b5581afc2af6b7a28de602d71703ac5f045fa053e91639ae11aefa "
4848 else
4949 url "https://github.com/appwrite/sdk-for-cli/releases/download/#{ version } /appwrite-cli-linux-x64"
50- sha256 "4888931e1c583a8a0170e33b44e43ffb5d43b99539d0113f4b87e2f3a19ccdb6 "
50+ sha256 "be7ee4ff1273e70e4a956de959d0d03e16e7e57ba03a21b47ca9cba6b70a1297 "
5151 end
5252 end
5353
You can’t perform that action at this time.
0 commit comments