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/drip.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/drip.rb') diff --git a/Library/Formula/drip.rb b/Library/Formula/drip.rb index bd6d59604..0e5b40b19 100644 --- a/Library/Formula/drip.rb +++ b/Library/Formula/drip.rb @@ -2,8 +2,8 @@ require 'formula' class Drip < Formula homepage 'https://github.com/flatland/drip' - url 'https://github.com/flatland/drip/tarball/0.2.3' - sha1 '34ac75d9468d97f7b1fea806be9e7e821a3579d3' + url 'https://github.com/flatland/drip/archive/0.2.3.tar.gz' + sha1 '01f498c20444d5295ffc5c531f7f8a4a894681c6' def install system 'make' -- cgit v1.2.3