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
2018-02-25 01:51:44 +08:00
version '0.12.2.3'
sha256 '90ca27d6733df6fc69b0fc8220f2315623fe5b0cbd1fe31f247684d51808cb81'
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',
2018-02-25 01:51:44 +08:00
checkpoint: '0b3aafa287ffd57f2e1f5cb672b449c655166e3249f976848ccccb0852822f78'
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