aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jenkins.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-04-07 22:01:04 +0100
committerXu Cheng2015-04-08 15:28:12 +0800
commitd84ffc93ee86a4ede5a7677567c923030b8749d3 (patch)
treedb05b823719fbc1c6752b39d828d07f6aa23c33a /Library/Formula/jenkins.rb
parent83f1463d6c637f19d42d45a911e9748f9f302766 (diff)
downloadhomebrew-d84ffc93ee86a4ede5a7677567c923030b8749d3.tar.bz2
jenkins: add 1.608 bottle.
Diffstat (limited to 'Library/Formula/jenkins.rb')
-rw-r--r--Library/Formula/jenkins.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index 4b00bf008..5bbea0fa8 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -3,6 +3,12 @@ class Jenkins < Formula
url "http://mirrors.jenkins-ci.org/war/1.608/jenkins.war"
sha1 "aeb04ef2fc91e176d04e9e7eca53c6b4082e77f7"
+ bottle do
+ sha256 "106ee16ec814edb28450b0e184b8dfad8c567be1209aeda6905ca87b7560043c" => :yosemite
+ sha256 "68f21ead2567fc7ff997bd930ceddaa2520a46704968c6489ae9a4ad90718cb0" => :mavericks
+ sha256 "30d395d88b191c1a416c424bfd6982aca8b16414f3df29ca12fbe695b587f62e" => :mountain_lion
+ end
+
head do
url "https://github.com/jenkinsci/jenkins.git"
depends_on "maven" => :build