2020-07-27 12:57:29 +01:00
|
|
|
cask "latest-with-auto-updates" do
|
2018-07-12 16:13:46 +10:00
|
|
|
version :latest
|
|
|
|
sha256 :no_check
|
|
|
|
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
|
2020-07-27 12:57:29 +01:00
|
|
|
homepage "https://brew.sh/latest-with-auto-updates"
|
2018-07-12 16:13:46 +10:00
|
|
|
|
|
|
|
auto_updates true
|
|
|
|
|
2020-07-27 12:57:29 +01:00
|
|
|
app "Caffeine.app"
|
2018-07-12 16:13:46 +10:00
|
|
|
end
|