diff options
| author | Adam Vandenberg | 2012-02-14 06:22:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-14 06:22:55 -0800 |
| commit | 3c1597e393f84a62e7280873c7c535a6d9abaa24 (patch) | |
| tree | 7069a0f6d65d7a2c0371273075e85a23c1742a63 /Library | |
| parent | 3c7a0f27c6774e20d9c69505295321439fce3a6a (diff) | |
| download | homebrew-3c1597e393f84a62e7280873c7c535a6d9abaa24.tar.bz2 | |
jenkins: fix md5
Diffstat (limited to 'Library')
| -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 cb95c6b81..becf47817 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -4,7 +4,7 @@ class Jenkins < Formula homepage 'http://jenkins-ci.org' url 'http://mirrors.jenkins-ci.org/war/1.451/jenkins.war', :using => :nounzip version '1.451' - md5 '' + md5 '3f3a60fa54fa85bd9a56cec0a768ef78' head 'https://github.com/jenkinsci/jenkins.git' def install |
