2018-07-12 16:13:46 +10:00
|
|
|
cask 'latest-with-auto-updates' do
|
|
|
|
version :latest
|
|
|
|
sha256 :no_check
|
|
|
|
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
|
2018-08-06 18:27:15 +02:00
|
|
|
homepage 'https://example.com/latest-with-auto-updates'
|
2018-07-12 16:13:46 +10:00
|
|
|
|
|
|
|
auto_updates true
|
|
|
|
|
|
|
|
app 'Caffeine.app'
|
|
|
|
end
|