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-12-23 08:57:37 +08:00
version '0.12.2.2'
sha256 '53fe3ec4d0572d906c7ef0f47deaa3c1c18ba57ba3f2121eb18d836f1201aa1c'
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-12-23 08:57:37 +08:00
checkpoint: 'ed223b7aca79e10abb51ee21e3e8232962dc63072cfeec4a9b41ae56ff1d34d0'
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