brew/Library/Homebrew/test/support/fixtures/cask/Casks/latest-with-livecheck-skip.rb
2023-03-30 03:29:06 +02:00

14 lines
269 B
Ruby

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