aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support/fixtures/cask/Casks/container-gzip.rb
blob: 0bfc4108ff9e5300c005fe0f1c7cf16104332fc1 (plain)
1
2
3
4
5
6
7
8
9
cask 'container-gzip' do
  version '1.2.3'
  sha256 'fa4ebb5246583c4b6e62e1df4e3b71b4e38a1d7d91c025665827195d36214b20'

  url "file://#{TEST_FIXTURE_DIR}/cask/container.gz"
  homepage 'https://example.com/container-gzip'

  app 'container'
end