diff options
| author | Adam Vandenberg | 2011-06-21 12:03:38 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-21 14:22:57 -0700 |
| commit | baf1d0003a8097f73fdd177b93befe8db1544713 (patch) | |
| tree | 4cb68079840643a4d1227132a83b9deca9a1c7ab /Library/Formula/jenkins.rb | |
| parent | 5f2e7aca872c60df2696764266d9d2673b1cc642 (diff) | |
| download | homebrew-baf1d0003a8097f73fdd177b93befe8db1544713.tar.bz2 | |
jenkins 1.417 (fixed url)
Diffstat (limited to 'Library/Formula/jenkins.rb')
| -rw-r--r-- | Library/Formula/jenkins.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index fbe0e1eab..71d11ca1e 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -1,7 +1,7 @@ require 'formula' class Jenkins < Formula - url 'http://mirrors.jenkins-ci.org/war/1.415/jenkins.war', :using => :nounzip + url 'http://mirrors.jenkins-ci.org/war/1.417/jenkins.war', :using => :nounzip version '1.417' md5 '2ebda22f810cd14f069e8c5807bc70f9' homepage 'http://jenkins-ci.org' |
