Skip to content

Commit 6ce64b3

Browse files
chore: update Homebrew formula for 18.0.1
1 parent 6f55119 commit 6ce64b3

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 "0000000000000000000000000000000000000000000000000000000000000000"
33+
sha256 "9937fd798f13328689a89d46124a395a1f329bab278ce5ce8d16561ba4576ffe"
3434
else
3535
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-darwin-x64"
36-
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
36+
sha256 "f63152c5c2db9049ddab1777a206c5e0fe66f5a6d243667d22166e7bb36400a5"
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 "0000000000000000000000000000000000000000000000000000000000000000"
43+
sha256 "cec7909d897651c013de2e6610f2a81ea4a773dafa918553e4ac878c7e6ff10c"
4444
else
4545
url "https://github.com/appwrite/sdk-for-cli/releases/download/#{version}/appwrite-cli-linux-x64"
46-
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
46+
sha256 "9571f3c92d7ad7f22d1574a1774348e4e5fd09b3857036cfe9c1c9774a92515f"
4747
end
4848
end
4949

0 commit comments

Comments
 (0)