homebrew-cask/Casks/dash-dash.rb

17 lines
523 B
Ruby

cask 'dash-dash' do
version '0.12.3.4'
sha256 '33e789d88753d59081eb03a539bc6913b81dc36d00572d48dacac65fc6e2d5db'
# github.com/dashpay/dash was verified as official when first introduced to the cask
url "https://github.com/dashpay/dash/releases/download/v#{version}/dashcore-#{version}-osx-unsigned.dmg"
appcast 'https://github.com/dashpay/dash/releases.atom'
name 'Dash'
homepage 'https://www.dash.org/'
app 'Dash-Qt.app'
preflight do
set_permissions "#{staged_path}/Dash-Qt.app", '0755'
end
end