From 174acd649c19dbc83f34a6a9e95bdc137b1a2a1b Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Thu, 28 Mar 2013 21:03:20 -0400 Subject: Change github /tarball/ URLs to /archive/ for formulae A-K The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg --- Library/Formula/jsdoc3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/jsdoc3.rb') diff --git a/Library/Formula/jsdoc3.rb b/Library/Formula/jsdoc3.rb index 50400838a..734fec7f6 100644 --- a/Library/Formula/jsdoc3.rb +++ b/Library/Formula/jsdoc3.rb @@ -2,8 +2,8 @@ require 'formula' class Jsdoc3 < Formula homepage 'http://usejsdoc.org/' - url 'https://github.com/jsdoc3/jsdoc/tarball/v3.0.1' - sha1 '0c6ad2321d300a3eaa2e1d543f3fbf166ff1ce18' + url 'https://github.com/jsdoc3/jsdoc/archive/v3.0.1.tar.gz' + sha1 '3d13978c93b1f7ad386667879b1def2cc616e94b' def install libexec.install Dir['*'] -- cgit v1.2.3