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 <dominyktiller@gmail.com>master
parent
7c988bdb8f
commit
dc6f568842
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue