Skip to content

Commit b219f82

Browse files
ChiragAgg5kappwrite-bot
andauthored
appwrite 22.1.2 (#16)
Co-authored-by: appwrite-bot <bot@appwrite.io>
1 parent a074e88 commit b219f82

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.1"
4+
version "22.1.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 "04ec90552e9385e135a000e3b69738a0bbcb514aa8eb1dbe92c0f3408a88d3ea"
37+
sha256 "bdc29da609d63e60756a962ffe67258f1044ea26cd99abefd37502a09241caac"
3838
else
3939
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
40-
sha256 "c5fb7e73d13afa2f91459a915a0a517665f4871a4b4942139bca64baec16346a"
40+
sha256 "0ac44ccdca5e2ee619a46a1b9086387707b811f4e7cdab5e92ad7a579dc41e9b"
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 "c1ef75a238fb4f2a281dcd97cb482bfe95355aa2b72a62e088f3473bb43caf5d"
47+
sha256 "c6970cdac45c65a19674050d06282e254dc42a49c48fb009c0de5306e1f849d8"
4848
else
4949
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
50-
sha256 "cd2e764cb4d621f4c21f246b621daadb70c2cc6f3eb76dd50c4a671265ff456a"
50+
sha256 "780e265f39237ea5cd895b318ad030faf710db6b3806700af9f2f6a3c4247940"
5151
end
5252
end
5353

0 commit comments

Comments
 (0)