fix homebrew template (include darwin in filename_

This commit is contained in:
einliterflasche 2025-11-10 16:44:58 +01:00
parent 833fc0ab24
commit e229b0d8bb
No known key found for this signature in database
GPG key ID: 90676A9B07184BC9

View file

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