homebrew-cask/Casks/bdash.rb

13 lines
446 B
Ruby
Raw Normal View History

2017-02-10 21:37:30 +08:00
cask 'bdash' do
2018-05-19 00:36:40 +08:00
version '1.3.0'
sha256 '1a1839f87759fcd08b81b332d3d6adcd40348edfd108d26f553390e5a281f188'
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"
2017-02-10 21:37:30 +08:00
appcast 'https://github.com/bdash-app/bdash/releases.atom',
2018-05-19 00:36:40 +08:00
checkpoint: '6de728fe03c86ce5d485628f558e8582688accf72a5cdbbf863276e60f1b5aa5'
2017-02-10 21:37:30 +08:00
name 'Bdash'
homepage 'https://github.com/bdash-app/bdash'
app 'Bdash.app'
end