brew/Library/Homebrew/test/support/fixtures/cask/Casks/latest-with-auto-updates.rb

12 lines
227 B
Ruby
Raw Normal View History

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