homebrew-cask/Casks/dash-dash.rb

18 lines
604 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dash-dash' do
2017-04-16 04:42:17 +08:00
version '0.12.1.5'
sha256 'b4514d4a705cc1adb400ec0c69630612fe394508decd7bf3edef068021fc47b5'
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
2017-03-29 05:49:46 +08:00
url "https://github.com/dashpay/dash/releases/download/v#{version}/dashcore-#{version}-osx.dmg"
appcast 'https://github.com/dashpay/dash/releases.atom',
2017-04-16 04:42:17 +08:00
checkpoint: '73c3805f3f146a3405c11be77a27db35e4483951e1e257fb1f6877930c2bf135'
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