diff options
| author | Markus Reiter | 2016-08-20 00:03:11 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-08-20 06:14:57 +0200 |
| commit | 7f2248408cd9b2cd2c6a695b4fbb6e7a40eebb7d (patch) | |
| tree | 65f6aeb1163a1d10829a92a67beea17fcd1a8b4f /Library/Homebrew/cask/test/support/Casks/container-bzip2.rb | |
| parent | 7395ff20018785bed7d008337b7cf98781190e0a (diff) | |
| download | brew-7f2248408cd9b2cd2c6a695b4fbb6e7a40eebb7d.tar.bz2 | |
Normalize asset names.
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 |
