Skip to content

Commit 38a2670

Browse files
magnuswatncpu
authored andcommitted
Upgrade curl to 8.14.0
1 parent d146474 commit 38a2670

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

Formula/c/curl.rb

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)