2018-03-27 20:56:01 +10:00
|
|
|
cask 'latest-with-appcast' do
|
|
|
|
version :latest
|
|
|
|
sha256 :no_check
|
|
|
|
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
|
2018-06-09 08:37:37 +10:00
|
|
|
appcast 'http://example.com/appcast.xml'
|
2018-03-27 20:56:01 +10:00
|
|
|
homepage 'http://example.com/with-appcast'
|
|
|
|
|
|
|
|
app 'Caffeine.app'
|
|
|
|
end
|