aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBirger J. Nordølum2011-03-21 22:19:23 +0100
committerAdam Vandenberg2011-03-21 15:12:18 -0700
commit04bb694f00183da20214b29399ace6c62ac87cf8 (patch)
tree8c429e0320b2c7531b735c2af5d2b54f0eecfb08
parentbf3a4b8e1aba66c6fc8ed5826d92a8c6116ad2cf (diff)
downloadhomebrew-04bb694f00183da20214b29399ace6c62ac87cf8.tar.bz2
vimpager: 1.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/vimpager.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/vimpager.rb b/Library/Formula/vimpager.rb
index e85eed63f..28a7b104c 100644
--- a/Library/Formula/vimpager.rb
+++ b/Library/Formula/vimpager.rb
@@ -1,13 +1,13 @@
require 'formula'
class Vimpager < Formula
- homepage 'http://www.vim.org/scripts/script.php?script_id=1723'
- url 'http://www.vim.org/scripts/download_script.php?src_id=15255'
- version '1.4.3'
- sha1 '9fada08a4f47a851e0919b4fb98dda6212b8c8eb'
+ homepage 'https://github.com/rkitover/vimpager'
+ url 'https://github.com/rkitover/vimpager/tarball/1.4.4'
+ sha1 '6273a3fbe25a13e12943d8ac46527a2004636d75'
+ head 'git://github.com/rkitover/vimpager', :using => :git
def install
- bin.install 'download_script.php?src_id=15255' => 'vimpager'
+ bin.install 'vimpager'
end
def caveats; <<-EOS.undent