aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ranger.rb
diff options
context:
space:
mode:
authorguns2011-05-12 03:40:50 -0500
committerAdam Vandenberg2011-05-12 06:54:19 -0700
commit22c6781e44ecc2b2c6073dbe8ed5915d029b8267 (patch)
treea6eb8769d1adb35870a258a8c61bc7e4f42cee40 /Library/Formula/ranger.rb
parentb8d9f9519dc8fb3e280b22338a27c6d65fd278a5 (diff)
downloadhomebrew-22c6781e44ecc2b2c6073dbe8ed5915d029b8267.tar.bz2
ranger: official release from author's homepage
The resource from git.savannah.gnu.org has a different md5sum each time it is downloaded, because the tarball's modification date is set to the time of download. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ranger.rb')
-rw-r--r--Library/Formula/ranger.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ranger.rb b/Library/Formula/ranger.rb
index 9456816fd..38472d52e 100644
--- a/Library/Formula/ranger.rb
+++ b/Library/Formula/ranger.rb
@@ -1,9 +1,9 @@
require 'formula'
class Ranger < Formula
- url 'http://git.savannah.gnu.org/cgit/ranger.git/snapshot/ranger-1.4.3.tar.gz'
+ url 'http://ranger.nongnu.org/ranger-1.4.3.tar.gz'
homepage 'http://ranger.nongnu.org/'
- md5 '90eccff2305a9500181c78fb6803a621'
+ md5 '51bfaccd6b58b0d25a9c9566dc8cbd46'
def install
man1.install 'doc/ranger.1'