diff options
| author | Brett Koonce | 2012-11-04 11:12:01 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-04 09:25:26 -0800 |
| commit | 1bb1831756eedeab62940da95976873c16b7d5a4 (patch) | |
| tree | 7d7b87246aa80d2007a489dbb73f23d77ca2187f /Library/Formula | |
| parent | cdf6c2088b369ca33f53a2f00ba743c5b6fbb036 (diff) | |
| download | homebrew-1bb1831756eedeab62940da95976873c16b7d5a4.tar.bz2 | |
vimpc 0.07.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vimpc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb index 641b7fae2..bc688487d 100644 --- a/Library/Formula/vimpc.rb +++ b/Library/Formula/vimpc.rb @@ -2,8 +2,8 @@ require 'formula' class Vimpc < Formula homepage 'http://sourceforge.net/projects/vimpc/' - url 'http://downloads.sourceforge.net/project/vimpc/Release%200.06.1/vimpc-0.06.1.tar.gz' - sha1 '72c13e3a2fd10b3089fbd6d47509838fd3c3b9e4' + url 'http://downloads.sourceforge.net/project/vimpc/Release%200.07.2/vimpc-0.07.2.tar.gz' + sha1 '6ad68075aa540682674e870f9e5dc35a74831196' head 'https://github.com/richo/vimpc.git' |
