diff options
| author | Adam Vandenberg | 2012-02-09 20:36:23 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-09 20:36:23 -0800 |
| commit | e17e92cd766f9a8e630cc6f0b884dc6072fcd72d (patch) | |
| tree | 5e64118ff4ea78591fe03236bd55dd4cd5bbfebb | |
| parent | ef8e7abf6a8244e75bb14cdd0efee4be1f39c071 (diff) | |
| download | homebrew-e17e92cd766f9a8e630cc6f0b884dc6072fcd72d.tar.bz2 | |
vimpc 0.05
| -rw-r--r-- | Library/Formula/vimpc.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
