Skip to content

Commit 3b23d17

Browse files
ChiragAgg5kappwrite-bot
andauthored
appwrite 22.2.1 (#19)
Co-authored-by: appwrite-bot <bot@appwrite.io>
1 parent fab4fca commit 3b23d17

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.2.0"
4+
version "22.2.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 "116253d496d6dbb613b2e291d3a52ca969ec0bf0b0af053d2be987022713be52"
37+
sha256 "1f07b57c7562bd96dbf479433ee8345000e82723b3372e3bb6222d8514f9c6c7"
3838
else
3939
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
40-
sha256 "7f1cb0c45f65abf1c9bde5dee0b8662e30a2be322d2ff044fc1881d0d9401fad"
40+
sha256 "0e4aa261e8dcbcd2568f9c9045b46b7b02e8edacfdd501e6028b2fab8a3db3bd"
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 "f3314cb6014cafa74b6a0d932e4ee64438ca015b9dbd3f3d98dbbd54bba14b47"
47+
sha256 "6f09bc78fdd8379dbf5be0445770056d549695c98ac5d39c619f9b399e9d18bc"
4848
else
4949
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
50-
sha256 "eacab9e03617050c061cc00129a5e625e5fcd9169cf893cab16f6f5478bf5956"
50+
sha256 "4888931e1c583a8a0170e33b44e43ffb5d43b99539d0113f4b87e2f3a19ccdb6"
5151
end
5252
end
5353

0 commit comments

Comments
 (0)