homebrew-cask/Casks/bdash.rb

12 lines
356 B
Ruby
Raw Normal View History

2017-02-10 21:37:30 +08:00
cask 'bdash' do
2018-10-12 04:44:08 +08:00
version '1.5.3'
sha256 '9a28c88a999281763247d570e18359f5d98f4e9c6882a65bd758593e613a7a21'
2017-02-10 21:37:30 +08:00
2018-05-19 00:36:40 +08:00
url "https://github.com/bdash-app/bdash/releases/download/v#{version}/Bdash-#{version}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/bdash-app/bdash/releases.atom'
2017-02-10 21:37:30 +08:00
name 'Bdash'
homepage 'https://github.com/bdash-app/bdash'
app 'Bdash.app'
end