cask 'dash-dash' do version '0.14.0.3' sha256 '8460c124dd2a1943b629ea9c40e99b5e510831edce9e8f6644e3096aa01fac01' # 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.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