diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/leiningen.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb index c8e3cadaa..3e7b825bd 100644 --- a/Library/Formula/leiningen.rb +++ b/Library/Formula/leiningen.rb @@ -2,8 +2,8 @@ require 'formula' class Leiningen < Formula homepage 'http://github.com/technomancy/leiningen' - url 'http://github.com/technomancy/leiningen/tarball/1.7.0' - md5 '1daab06f9c0504418160f544f6c25886' + url 'http://github.com/technomancy/leiningen/tarball/1.7.1' + md5 'd3f7deb045e0f3430f464553b77b6589' head 'https://github.com/technomancy/leiningen.git', :using => :git |
