aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/testball.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Homebrew/test/testball.rb b/Library/Homebrew/test/testball.rb
index cb94fd40b..f01d14a83 100644
--- a/Library/Homebrew/test/testball.rb
+++ b/Library/Homebrew/test/testball.rb
@@ -131,8 +131,9 @@ class ExplicitVersionSpecTestBall < Formula
bottle do
version '1'
- url 'file:///foo.com/test-0.3.lion.bottle.tar.gz'
- sha1 'baadf00dbaadf00dbaadf00dbaadf00dbaadf00d'
+ sha1 'deadbeefdeadbeefdeadbeefdeadbeefdeadbeef' => :snow_leopard
+ sha1 'baadf00dbaadf00dbaadf00dbaadf00dbaadf00d' => :lion
+ sha1 '8badf00d8badf00d8badf00d8badf00d8badf00d' => :mountain_lion
end
def initialize name=nil