Skip to content

Commit 012c0da

Browse files
ChiragAgg5kappwrite-bot
andauthored
appwrite 22.1.0 (#14)
Co-authored-by: appwrite-bot <bot@appwrite.io>
1 parent 37c6bf7 commit 012c0da

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.0.0"
4+
version "22.1.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 "a06d6b8734ff440da1050e6446b234873fba5ba55ebad652ae072c1ab48340f1"
37+
sha256 "41680723253ff48377637ccce14e507e062e30470d138c9258d789d531dca878"
3838
else
3939
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
40-
sha256 "e6ee48afbe7e20a2b412eaff575e46cdb75bc4d9166328752b4a74e3ea347e2c"
40+
sha256 "c8e5def1b020d16a3763f4cae08ce0dbd3b6d5784a3be09cbc34125e430d7eaa"
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 "65be2525814e9602f8b7489dde3b32c8f6193a23b467caa093555a2f43cd7d75"
47+
sha256 "748d85b89a86f84481e01a8451d6826429ef354714b4ce201da03e0bb9bd8009"
4848
else
4949
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
50-
sha256 "1158c9379650581f8571bf43a291f1ea04529968ac3a5848c32a0c5f585ac3b8"
50+
sha256 "0ac10cffaac73974c9bd93f8ca03263be5e83acedea7cd08b37cd9f47095c195"
5151
end
5252
end
5353

0 commit comments

Comments
 (0)