diff options
| author | Vladimir Burdukov | 2014-12-22 17:34:52 +0300 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-22 14:54:37 +0000 |
| commit | a1f8b9f14bf0446ea82e5e38c4eaf76ed38e3f84 (patch) | |
| tree | 50b9d3ad69471c3fd51a5c4d83d52c0cbb48bb64 /Library/Formula | |
| parent | 2b7669e40db6014edeacf3998d6f0adc248103d5 (diff) | |
| download | homebrew-a1f8b9f14bf0446ea82e5e38c4eaf76ed38e3f84.tar.bz2 | |
jenkins 1.595
update jenkins formula for 1.595 version
Closes #35190.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 1c772083b..6db2865cd 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,8 +2,8 @@ require "formula" class Jenkins < Formula homepage "https://jenkins-ci.org" - url "http://mirrors.jenkins-ci.org/war/1.594/jenkins.war" - sha1 "8853944c337e73143e1433b3945ccda086f5882a" + url "http://mirrors.jenkins-ci.org/war/1.595/jenkins.war" + sha1 "0f29519ccfc84d1a576fb8cd31025459739efa57" head "https://github.com/jenkinsci/jenkins.git" |
