From 9fddebc091879c04ed8c8b55f9fe2dc655c3456e Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Fri, 29 Mar 2013 16:29:20 -0400 Subject: Change github /tarball/ URLs to /archive/ for formulae L-Z This takes care of a `brew audit` complaint. Closes #18828. Signed-off-by: Adam Vandenberg --- Library/Formula/macvim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/macvim.rb') diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 843cf4843..ed17980ce 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -2,9 +2,9 @@ require 'formula' class Macvim < Formula homepage 'http://code.google.com/p/macvim/' - url 'https://github.com/b4winckler/macvim/tarball/snapshot-66' + url 'https://github.com/b4winckler/macvim/archive/snapshot-66.tar.gz' version '7.3-66' - sha1 'd11696f7089688fa96a45fc57410c60f6ca5a394' + sha1 'd2915438c9405015e5e39099aecbbda20438ce81' head 'https://github.com/b4winckler/macvim.git', :branch => 'master' -- cgit v1.2.3