File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ class Curl < Formula
22 desc "Get a file from an HTTP, HTTPS or FTP server (with rustls)"
33 homepage "https://curl.se"
44 # Don't forget to update both instances of the version in the GitHub mirror URL.
5- url "https://curl.se/download/curl-8.13 .0.tar.bz2"
6- mirror "https://github.com/curl/curl/releases/download/curl-8_13_0 /curl-8.13 .0.tar.bz2"
7- mirror "http://fresh-center.net/linux/www/curl-8.13 .0.tar.bz2"
8- sha256 "e0d20499260760f9865cb6308928223f4e5128910310c025112f592a168e1473 "
5+ url "https://curl.se/download/curl-8.14 .0.tar.bz2"
6+ mirror "https://github.com/curl/curl/releases/download/curl-8_14_0 /curl-8.14 .0.tar.bz2"
7+ mirror "http://fresh-center.net/linux/www/curl-8.14 .0.tar.bz2"
8+ sha256 "efa1403c5ac4490c8d50fc0cabe97710abb1bf2a456e375a56d960b20a1cba80 "
99 license "curl"
1010
1111 livecheck do
@@ -36,13 +36,6 @@ class Curl < Formula
3636 uses_from_macos "krb5"
3737 uses_from_macos "zlib"
3838
39- # TODO(XXX): remove once upstream fix is in a release.
40- # https://github.com/curl/curl/pull/16995
41- patch do
42- url "https://github.com/curl/curl/commit/eeed87f0563d3ca73ff53813418d1f9f03c81fe5.patch?full_index=1"
43- sha256 "f7461a8042ca8ef86492338458ccd79ee286d17773487513928d7ed6ae25818c"
44- end
45-
4639 def install
4740 tag_name = "curl-#{ version . to_s . tr ( "." , "_" ) } "
4841 if build . stable? && stable . mirrors . grep ( /github\. com/ ) . first . exclude? ( tag_name )
You can’t perform that action at this time.
0 commit comments