From 9bb486a758c12cb16e5d3fdacc67ea2b73f8e28b Mon Sep 17 00:00:00 2001 From: Corey Quinn Date: Fri, 26 Jul 2013 09:37:39 -0700 Subject: [PATCH] vcsh 1.20130724 Closes Homebrew/homebrew#21465. Signed-off-by: Jack Nagel --- Formula/vcsh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/vcsh.rb b/Formula/vcsh.rb index c52f38cf586..28281210401 100644 --- a/Formula/vcsh.rb +++ b/Formula/vcsh.rb @@ -2,9 +2,9 @@ require 'formula' class Vcsh < Formula homepage 'https://github.com/RichiH/vcsh' - url 'https://github.com/RichiH/vcsh/archive/v1.3-homebrew.tar.gz' - version '1.3' - sha1 'bb26ef4c74b2ab23d3cc5bfde294e7188fe89ffb' + url 'https://github.com/RichiH/vcsh/archive/v1.20130724-homebrew.tar.gz' + version '1.20130724' + sha1 '3cda5c059bbe40fbd55ff8d0d74dd9f327a15da2' depends_on 'mr'