aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/container-gzip.rb
blob: c2ab00384e7b8065614ec9ebd8cbad16bb86bf98 (plain)
1
2
3
4
5
6
7
8
9
test_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