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

11 lines
229 B
Ruby
Raw Normal View History

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