Skip to content

Commit 36d1eb5

Browse files
chore: update Homebrew formula for 18.2.0
1 parent 8ae5ff9 commit 36d1eb5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/appwrite.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ def self.build_target
3030
on_macos do
3131
if Hardware::CPU.arm?
3232
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-arm64"
33-
sha256 "b9560f306257169ff74564754078af6183db3d1f83474114625bd8d56ab76b71"
33+
sha256 "14ea83b1fc962b7be91c7a6e8723f83369b5ce0e6b3f56f61093cd00381ac086"
3434
else
3535
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
36-
sha256 "9a4e0c47adfb49ceea1ea95a2d10fd27d9a905bd0e1d264c6c4a694338732759"
36+
sha256 "83703a86d2cb22966beb4afd0f88f11319ca81fbf64a91e9e0f8d6375d4506d4"
3737
end
3838
end
3939

4040
on_linux do
4141
if Hardware::CPU.arm?
4242
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-arm64"
43-
sha256 "2c326451973bcb075b8412a39a7e9c7b5bd9384ba9bf3687b0797545601cff81"
43+
sha256 "d215cd4c1f0b70916436d7061797d407a7b0ce9830cfc29aa735b1405dafbd00"
4444
else
4545
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
46-
sha256 "2d060808cd91b28f0926c2a6f1c1a5c6aa045c90091ef312f8744eccd8f8c143"
46+
sha256 "38c127e173b5ea2e5b2f170979681156cd30060e39960cefb9a7abfda3353988"
4747
end
4848
end
4949

0 commit comments

Comments
 (0)