phinze
71c97bb2e4
support new one-arg link syntax
refs #304
going forward, casks should use
link 'Foo.app'
rather than
link :app, 'Foo.app'
12 years ago
pangratz
5b22534368
Update CONTRIBUTING to reflect newer style guides
Specify that the SHA-1 checksum shall be used and that the name of the
linked app must be specified via `link`
closes #293
12 years ago
phinze
3b416ce7b5
add audits into the build process
this way travis will be able to cover incoming pull requests of new
casks by running the audit on them. cool!
also:
- add checksums to audit
- fix missing checksums
12 years ago
Paul Hinze
e702a69b28
so long content_length
closes #131
12 years ago
Mikko Kouhia
d36b9ffdda
Update test cask
Test cask previously contained only attributes `url`, `homepage` and
`version`. Add also `content_length` and `sha1`.
12 years ago
phinze
a0434184b0
basic testing and separation of the Cask DSL
13 years ago