diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/leiningen.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb index fcefd21fd..2f5b5a96d 100644 --- a/Library/Formula/leiningen.rb +++ b/Library/Formula/leiningen.rb @@ -1,10 +1,10 @@ require 'formula' class Leiningen <Formula - url 'https://github.com/technomancy/leiningen/tarball/1.3.1' - head 'https://github.com/technomancy/leiningen.git', :using => :git - homepage 'https://github.com/technomancy/leiningen' - md5 '707fb0da7b89b44d9d37a9bac2bf3b3f' + url 'http://github.com/technomancy/leiningen/tarball/1.4.0' + head 'http://github.com/technomancy/leiningen.git', :using => :git + homepage 'http://github.com/technomancy/leiningen' + md5 '9e2c1dd7b136591ebae9a80672f96fc6' def install bin.install "bin/lein" |
