diff options
| author | Alexey | 2015-03-24 12:31:18 +0600 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-24 08:26:40 +0000 | 
| commit | afd503ecaf0adb691cf08e087a1d649c26792631 (patch) | |
| tree | 5523cd5d4218fa845e215fc6735705f575c0748a | |
| parent | fa90c7531271e863caeb8d199a3f894aeed0b0a4 (diff) | |
| download | homebrew-afd503ecaf0adb691cf08e087a1d649c26792631.tar.bz2 | |
jenkins 1.606
Closes #38016.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/jenkins.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index c8dcbdbe2..79c234cb6 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -1,7 +1,7 @@  class Jenkins < Formula    homepage "https://jenkins-ci.org" -  url "http://mirrors.jenkins-ci.org/war/1.605/jenkins.war" -  sha1 "e9adc4dc3b957d7ea8610ae4c973534457606e6d" +  url "http://mirrors.jenkins-ci.org/war/1.606/jenkins.war" +  sha1 "84d9e0f69b34c12f0af1236425b9a391d6375a12"    head do      url "https://github.com/jenkinsci/jenkins.git" | 
