brew/Library/Homebrew/test/support/fixtures/cask/Casks/latest-with-auto-updates.rb
2020-09-14 13:12:38 +02:00

14 lines
306 B
Ruby

cask "latest-with-auto-updates" do
version :latest
sha256 :no_check
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
name "Latest with Auto-Updates"
desc "Unversioned cask which auto-updates"
homepage "https://brew.sh/latest-with-auto-updates"
auto_updates true
app "Caffeine.app"
end