Skip to content

Commit 7918958

Browse files
ChiragAgg5kappwrite-bot
andauthored
appwrite 22.4.0 (#23)
Co-authored-by: appwrite-bot <bot@appwrite.io>
1 parent 051195f commit 7918958

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/appwrite.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Appwrite < Formula
22
desc "Command-line tool for interacting with the Appwrite API"
33
homepage "https://appwrite.io"
4-
version "22.3.0"
4+
version "22.4.0"
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 "86140b842c52accd1d84964e2a2c988465207412da66011e85c9051e4ad2f0d4"
37+
sha256 "d4c174ccf03a236cc1037bef01bf2a2de23b972753b08d92ae1aad821011c175"
3838
else
3939
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
40-
sha256 "0300f2173b47c17ae71a8c05c74bfb277ab2ba2827acfbc2e554a117526b6ba9"
40+
sha256 "73fce1e56eb6d2c0b58958ffb379f352ca3930eb736a1028cfa474a931899a49"
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 "cc20cde839f2dd756d72a28c416b268aaddf408e0b64b86efc850a731234aa1b"
47+
sha256 "3a7baa7375295022168fc0d428d09a6e1096837c42aa2ea048d7d1fc29714e98"
4848
else
4949
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
50-
sha256 "1bbf02c87786cdef28f74d453d0f3d7bce12346391f3ad947b695c4a240af68f"
50+
sha256 "cf02692f7606cb8b07178206c90b3ff658acc09468f1030d851362e779f95d17"
5151
end
5252
end
5353

0 commit comments

Comments
 (0)