aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/with-appcast.rb
blob: f99f7a93c400ea1f0fa391e6abecfa58746ecbce (plain)
1
2
3
4
5
6
7
8
9
10
11
test_cask 'with-appcast' do
  version '1.2.3'
  sha256 '67cdb8a02803ef37fdbf7e0be205863172e41a561ca446cd84f0d7ab35a99d94'

  url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
  appcast 'http://example.com/appcast.xml',
          checkpoint: '67cdb8a02803ef37fdbf7e0be205863172e41a561ca446cd84f0d7ab35a99d94'
  homepage 'http://example.com/with-appcast'

  app 'Caffeine.app'
end