diff options
| author | asaph | 2014-03-31 10:06:36 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-31 12:43:11 -0500 |
| commit | 25b3059cc7ddbf925d394906753e2fa7dc93f421 (patch) | |
| tree | b54382cb4322f4b39ec20ef561ffe6da0bf33ed2 | |
| parent | a41582ea8a67377d239811d34ec85697f650ea2a (diff) | |
| download | homebrew-25b3059cc7ddbf925d394906753e2fa7dc93f421.tar.bz2 | |
jenkins 1.557
Closes #28014.
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 14205e0c7..e4f66d4a1 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,8 +2,8 @@ require 'formula' class Jenkins < Formula homepage 'http://jenkins-ci.org' - url 'http://mirrors.jenkins-ci.org/war/1.556/jenkins.war' - sha1 '1f678554a133ec745c094dd908ce9581d9900fef' + url 'http://mirrors.jenkins-ci.org/war/1.557/jenkins.war' + sha1 'dc057e6c4a54e71d66e642f640e0f55701eff2c4' head 'https://github.com/jenkinsci/jenkins.git' |
