aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ranger.rb
diff options
context:
space:
mode:
authorTim Gray2011-12-04 10:30:43 -0500
committerAdam Vandenberg2011-12-04 09:27:14 -0800
commit0fe57944d85b17565c49145960a2055db1f6d23a (patch)
tree0aa8a82292c66b5319735b807b7d23585ceef59c /Library/Formula/ranger.rb
parent79fbb8609ceed3aa5d7debc941a056209f48a20b (diff)
downloadhomebrew-0fe57944d85b17565c49145960a2055db1f6d23a.tar.bz2
ranger 1.5.2.
Also added in the git repository for those who want to install from HEAD. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ranger.rb')
-rw-r--r--Library/Formula/ranger.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ranger.rb b/Library/Formula/ranger.rb
index 38472d52e..b95276faa 100644
--- a/Library/Formula/ranger.rb
+++ b/Library/Formula/ranger.rb
@@ -1,9 +1,13 @@
require 'formula'
class Ranger < Formula
- url 'http://ranger.nongnu.org/ranger-1.4.3.tar.gz'
+ url 'http://ranger.nongnu.org/ranger-1.5.2.tar.gz'
homepage 'http://ranger.nongnu.org/'
- md5 '51bfaccd6b58b0d25a9c9566dc8cbd46'
+ head 'git://git.savannah.nongnu.org/ranger.git', :using => :git
+
+ unless ARGV.build_head?
+ md5 '75b1e15b50ecced0a337ae30741daa3b'
+ end
def install
man1.install 'doc/ranger.1'