brew/Library/Homebrew/test/support/fixtures/cask/Casks/latest-with-livecheck-skip.rb

14 lines
269 B
Ruby
Raw Normal View History

2023-03-29 20:49:29 +02:00
cask "latest-with-livecheck-skip" do
version :latest
sha256 :no_check
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
homepage "https://brew.sh/with-livecheck-skip"
livecheck do
skip "no version information available"
end
app "Caffeine.app"
end