diff options
| author | Mike McQuaid | 2013-01-10 14:49:43 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-10 14:49:51 +0000 |
| commit | f1f3d4a3a169db8168087ad3e73167bd9e9d3f8b (patch) | |
| tree | d899b3bb0f24a78062269f27180130477e1563e7 /Library/Formula | |
| parent | 9565e09f444b2f7b0249285489566a74b6d44920 (diff) | |
| download | homebrew-f1f3d4a3a169db8168087ad3e73167bd9e9d3f8b.tar.bz2 | |
jenkins 1.498
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 41a9f305d..e2f736aff 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.496/jenkins.war' - sha1 '733b69a899150da7fd39c4135dfd700e2b9bc545' + url 'http://mirrors.jenkins-ci.org/war/1.498/jenkins.war' + sha1 '04e5e28d86154aec56a248bef5f57414b53875fd' head 'https://github.com/jenkinsci/jenkins.git' def install |
