From e17e92cd766f9a8e630cc6f0b884dc6072fcd72d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 9 Feb 2012 20:36:23 -0800 Subject: vimpc 0.05 --- Library/Formula/vimpc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/vimpc.rb b/Library/Formula/vimpc.rb index 8309afa3c..57d42d831 100644 --- a/Library/Formula/vimpc.rb +++ b/Library/Formula/vimpc.rb @@ -1,9 +1,9 @@ require 'formula' class Vimpc < Formula - url 'http://downloads.sourceforge.net/project/vimpc/Release%200.04/vimpc-0.04.tar.gz' homepage 'http://sourceforge.net/projects/vimpc/' - md5 '5ccc7b8fa3cde6f750b12b39c39778a7' + url 'http://downloads.sourceforge.net/project/vimpc/Release%200.05/vimpc-0.05.tar.gz' + md5 'f96cdc10827ddfbb53318e9ab4bab93b' head 'https://github.com/richoH/vimpc.git' @@ -23,6 +23,6 @@ class Vimpc < Formula end def test - system "vimpc -v" + system "#{bin}/vimpc -v" end end -- cgit v1.2.3