homebrew-cask/Casks/bill.rb

10 lines
163 B
Ruby
Raw Normal View History

2013-07-10 01:55:37 +08:00
class Bill < Cask
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://myownapp.com/downloads/Bill.zip'
homepage 'http://billtheapp.com/'
2013-07-10 01:55:37 +08:00
link 'Bill.app'
end