From dc6f568842a9edea6b27bc7020327d0b89eaaf72 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Feb 2016 18:23:03 +0100 Subject: [PATCH] curl: use new project url Ref: https://curl.haxx.se/mail/lib-2016-02/0011.html Closes Homebrew/homebrew#48791. Signed-off-by: Dominyk Tiller --- Formula/curl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/curl.rb b/Formula/curl.rb index b497f9884a22e..41bb25dc6c697 100644 --- a/Formula/curl.rb +++ b/Formula/curl.rb @@ -1,7 +1,7 @@ class Curl < Formula desc "Get a file from an HTTP, HTTPS or FTP server" homepage "https://curl.haxx.se/" - url "https://github.com/bagder/curl/releases/download/curl-7_47_0/curl-7.47.0.tar.bz2" + url "https://github.com/curl/curl/releases/download/curl-7_47_0/curl-7.47.0.tar.bz2" mirror "https://curl.haxx.se/download/curl-7.47.0.tar.bz2" sha256 "2b096f9387fb9b2be08d17e518c62b6537b1f4d4bb59111d5b4fa0272f383f66"