homebrew-cask/Casks/bill.rb

13 lines
275 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bill' do
2014-09-17 19:42:39 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-17 10:17:22 +08:00
# myownapp.com is the official download host per the vendor homepage
2015-01-12 02:04:27 +08:00
url 'http://myownapp.com/downloads/Bill2.zip'
name 'Bill'
homepage 'http://billtheapp.com/'
2015-08-12 00:39:52 +08:00
license :commercial
2015-01-12 02:04:27 +08:00
app 'Bill 2.app'
2013-07-10 01:55:37 +08:00
end