Skip to content

Commit

Permalink
curl: use new project url
Browse files Browse the repository at this point in the history
Ref: https://curl.haxx.se/mail/lib-2016-02/0011.html

Closes Homebrew/legacy-homebrew#48791.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
vszakats authored and DomT4 committed Feb 3, 2016
1 parent 7c988bd commit dc6f568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"

Expand Down

0 comments on commit dc6f568

Please sign in to comment.