Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Sep 20, 2024
1 parent fcf13f3 commit e3b58cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/update-brew-cask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ create_cask() {
cat << EOF > $cask_file
cask "$package_name" do
arch arm: "arm64", intel: "x64"
version "$version"
sha256 arm: "$arm_sha256", intel: "$intel_sha256"
sha256 arm: "$arm_sha256",
intel: "$intel_sha256"
url "$repo/releases/download/v#{version}/algokit-#{version}-macos_#{arch}.tar.gz"
name "$package_name"
Expand Down

0 comments on commit e3b58cb

Please sign in to comment.