fix(ci): try to fix homebrew

This commit is contained in:
Binarybaron 2025-11-13 18:20:11 +01:00
parent 96aaf4e023
commit 502981c0d1
2 changed files with 4 additions and 4 deletions

View file

@ -3,12 +3,12 @@ cask "eigenwallet" do
on_arm do
sha256 "AARCH64_SHA256_PLACEHOLDER"
url "https://github.com/eigenwallet/core/releases/download/#{version}/eigenwallet_#{version}_aarch64_darwin.dmg"
url "https://github.com/eigenwallet/core/releases/download/#{version}/eigenwallet_#{version}_aarch64.dmg"
end
on_intel do
sha256 "X64_SHA256_PLACEHOLDER"
url "https://github.com/eigenwallet/core/releases/download/#{version}/eigenwallet_#{version}_x64_darwin.dmg"
url "https://github.com/eigenwallet/core/releases/download/#{version}/eigenwallet_#{version}_x64.dmg"
end
name "Eigenwallet"