diff options
| author | Mike McQuaid | 2012-11-15 23:56:14 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-11-15 23:56:14 +0000 |
| commit | db15976a8726fe2585241ab5b344119f09c09afc (patch) | |
| tree | ad13d5b0744b3d019e53d981d809814b47f55539 /Library | |
| parent | 93aecfadedfc2c21e30b6c2546aa44caa519c8a2 (diff) | |
| download | homebrew-db15976a8726fe2585241ab5b344119f09c09afc.tar.bz2 | |
jenkins 1.490
Diffstat (limited to 'Library')
| -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 a5e021f43..8c8abcfff 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.486/jenkins.war' - sha1 'c33ff88dfe11828623713ce47e3df0f8b441b9aa' + url 'http://mirrors.jenkins-ci.org/war/1.490/jenkins.war' + sha1 'd288746afabf8b13bda44ad81154b6520cc6323b' head 'https://github.com/jenkinsci/jenkins.git' def install |
