mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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
6 lines
172 B
Ruby
6 lines
172 B
Ruby
class BasicCask < TestCask
|
|
url 'http://example.com/TestCask.dmg'
|
|
homepage 'http://example.com/'
|
|
version '1.2.3'
|
|
sha1 '0123456789012345678901234567890123456789'
|
|
end
|