aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/container-bzip2.rb
blob: b11b032f38365bc4731575e2ba79c52d4aead1b2 (plain)
1
2
3
4
5
6
7
8
9
test_cask 'container-bzip2' do
  version '1.2.3'
  sha256 'eaf67b3a62cb9275f96e45d05c70b94bef9ef1dae344083e93eda6b0b388a61c'

  url TestHelper.local_binary_url('container.bz2')
  homepage 'https://example.com/container-bzip2'

  app 'container-bzip2--1.2.3'
end