aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBirger J. Nordølum2011-02-10 00:02:28 +0100
committerAdam Vandenberg2011-02-09 17:46:51 -0800
commita68993c99f63605964f41b6e603e28b9b1ab261a (patch)
tree4871894a577793f989b3c0b36956dd45ccc342bc /Library
parent26719b4099dfa5ef342d60cade06a03b07eb3d4d (diff)
downloadhomebrew-a68993c99f63605964f41b6e603e28b9b1ab261a.tar.bz2
Updated vimpager to 1.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vimpager.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/vimpager.rb b/Library/Formula/vimpager.rb
index ee6bd96a6..d4de0ca0c 100644
--- a/Library/Formula/vimpager.rb
+++ b/Library/Formula/vimpager.rb
@@ -1,13 +1,13 @@
require 'formula'
class Vimpager < Formula
- url 'http://www.vim.org/scripts/download_script.php?src_id=13024'
- version '1.3'
+ url 'http://www.vim.org/scripts/download_script.php?src_id=14694'
+ version '1.4'
homepage 'http://www.vim.org/scripts/script.php?script_id=1723'
- md5 '2ace56c96fb47cd6f34e47b2d6707729'
+ md5 'b2c4c978c826876e11bf5453eb19c2a7'
def install
- bin.install 'download_script.php?src_id=13024' => 'vimpager'
+ bin.install 'download_script.php?src_id=14694' => 'vimpager'
end
def caveats; <<-EOS.undent