Skip to content

Commit fab4fca

Browse files
ChiragAgg5kappwrite-bot
andauthored
appwrite 22.2.0 (#18)
Co-authored-by: appwrite-bot <bot@appwrite.io>
1 parent 6c2b129 commit fab4fca

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.1.3"
4+
version "22.2.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 "01dbc8cab17eb2df1a4d89cd84711cd5eafb2e2ffc03b1edc8e6f33b233969ad"
37+
sha256 "116253d496d6dbb613b2e291d3a52ca969ec0bf0b0af053d2be987022713be52"
3838
else
3939
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
40-
sha256 "aa8d4200c9fe05c2f0056fc5374fbec34c44a30f3b542e6a0e562b9991d8477b"
40+
sha256 "7f1cb0c45f65abf1c9bde5dee0b8662e30a2be322d2ff044fc1881d0d9401fad"
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 "ecd4c10360113c442143bf57908cdbabe89f370d5946d7e7a60d5228f0174b51"
47+
sha256 "f3314cb6014cafa74b6a0d932e4ee64438ca015b9dbd3f3d98dbbd54bba14b47"
4848
else
4949
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
50-
sha256 "efa55b1cb41f30d957a06a88d3ca503a23320975f1da76d636e404c4c3312351"
50+
sha256 "eacab9e03617050c061cc00129a5e625e5fcd9169cf893cab16f6f5478bf5956"
5151
end
5252
end
5353

0 commit comments

Comments
 (0)