brew/Library/Homebrew/test/support/fixtures/cask/Casks/latest-with-appcast.rb
2018-08-06 18:27:15 +02:00

11 lines
237 B
Ruby

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