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-pkg.rb | |
| parent | 7395ff20018785bed7d008337b7cf98781190e0a (diff) | |
| download | brew-7f2248408cd9b2cd2c6a695b4fbb6e7a40eebb7d.tar.bz2 | |
Normalize asset names.
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/container-pkg.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/container-pkg.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/container-pkg.rb b/Library/Homebrew/cask/test/support/Casks/container-pkg.rb new file mode 100644 index 000000000..4f4cd99fa --- /dev/null +++ b/Library/Homebrew/cask/test/support/Casks/container-pkg.rb @@ -0,0 +1,7 @@ +test_cask 'container-pkg' do + version '1.2.3' + sha256 '611c50c8a2a2098951d2cd0fd54787ed81b92cd97b4b08bd7cba17f1e1d8e40b' + + url TestHelper.local_binary_url('container.pkg') + homepage 'https://example.com/container-pkg' +end |
