File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments