diff options
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/container-bzip2.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/container-bzip2.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/container-bzip2.rb b/Library/Homebrew/cask/test/support/Casks/container-bzip2.rb new file mode 100644 index 000000000..b11b032f3 --- /dev/null +++ b/Library/Homebrew/cask/test/support/Casks/container-bzip2.rb @@ -0,0 +1,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 |
