aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/container-rar.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-rar.rb
parent7395ff20018785bed7d008337b7cf98781190e0a (diff)
downloadbrew-7f2248408cd9b2cd2c6a695b4fbb6e7a40eebb7d.tar.bz2
Normalize asset names.
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/container-rar.rb')
-rw-r--r--Library/Homebrew/cask/test/support/Casks/container-rar.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/container-rar.rb b/Library/Homebrew/cask/test/support/Casks/container-rar.rb
new file mode 100644
index 000000000..2105b738d
--- /dev/null
+++ b/Library/Homebrew/cask/test/support/Casks/container-rar.rb
@@ -0,0 +1,11 @@
+test_cask 'container-rar' do
+ version '1.2.3'
+ sha256 '419af7864c0e1f125515c49b08bd22e0f7de39f5285897c440fe03c714871763'
+
+ url TestHelper.local_binary_url('container.rar')
+ homepage 'https://example.com/container-rar'
+
+ depends_on formula: 'unar'
+
+ app 'container'
+end