homebrew-cask/Casks/bill.rb

12 lines
253 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bill' do
2014-09-17 19:42:39 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-02-12 01:39:16 +08:00
# myownapp.com was verified as official when first introduced to the cask
url 'https://myownapp.com/downloads/Bill2.zip'
2015-01-12 02:04:27 +08:00
name 'Bill'
homepage 'https://billtheapp.com/'
2015-01-12 02:04:27 +08:00
app 'Bill 2.app'
2013-07-10 01:55:37 +08:00
end