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-08-24 00:40:54 +08:00
version '1.5.1'
sha256 'f4dacad985762b88b1303d14128db18d7264ae14ebdf8bf7b699dbc5104d72b4'
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