aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/container-pkg.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-08-20 00:03:11 +0200
committerMarkus Reiter2016-08-20 06:14:57 +0200
commit7f2248408cd9b2cd2c6a695b4fbb6e7a40eebb7d (patch)
tree65f6aeb1163a1d10829a92a67beea17fcd1a8b4f /Library/Homebrew/cask/test/support/Casks/container-pkg.rb
parent7395ff20018785bed7d008337b7cf98781190e0a (diff)
downloadbrew-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.rb7
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