repo.or.cz
/
Homebrew
/
homebrew-cask-versions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
cut v0.52.1
[Homebrew/homebrew-cask-versions.git]
/
Casks
/
bill.rb
blob
14aaeb1ad1f20cb7d82249241b041e9b604fe2f2
1
cask :v1 => 'bill' do
2
version :latest
3
sha256 :no_check
4
5
url 'http://myownapp.com/downloads/Bill.zip'
6
homepage 'http://billtheapp.com/'
7
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
8
9
app 'Bill.app'
10
end