homebrew-cask/Casks/dash-dash.rb

18 lines
601 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dash-dash' do
2016-06-16 04:29:58 +08:00
version '0.12.0.58'
sha256 '09af72ac52e3c5a62a4eb735a0cd3609c90808a54663b0fe1e5bd6a5f9a7745c'
2015-09-06 21:16:39 +08:00
2017-01-12 05:46:03 +08:00
# github.com/dashpay/dash was verified as official when first introduced to the cask
url "https://github.com/dashpay/dash/releases/download/v#{version}/dash-#{version}-osx.dmg"
appcast 'https://github.com/dashpay/dash/releases.atom',
checkpoint: 'ae9b81edbf9bb5651ddd278a9b1952b173198b45592f82f8cfd9c26fad700758'
2015-09-06 21:16:39 +08:00
name 'Dash'
2016-06-16 04:29:58 +08:00
homepage 'https://www.dash.org/'
2015-09-06 21:16:39 +08:00
app 'Dash-Qt.app'
2016-06-16 04:29:58 +08:00
preflight do
set_permissions "#{staged_path}/Dash-Qt.app", '0755'
end
2015-09-06 21:16:39 +08:00
end