From 1694a9436ec850c219bd04a7091e3b5211f7f8b4 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 13 Dec 2024 03:40:14 +0100 Subject: [PATCH] Upgrade curl to 8.11.1 --- Formula/c/curl.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/c/curl.rb b/Formula/c/curl.rb index 2c5426d..f43511f 100644 --- a/Formula/c/curl.rb +++ b/Formula/c/curl.rb @@ -2,10 +2,10 @@ class Curl < Formula desc "Get a file from an HTTP, HTTPS or FTP server (with rustls)" homepage "https://curl.se" # Don't forget to update both instances of the version in the GitHub mirror URL. - url "https://curl.se/download/curl-8.11.0.tar.bz2" - mirror "https://github.com/curl/curl/releases/download/curl-8_11_0/curl-8.11.0.tar.bz2" - mirror "http://fresh-center.net/linux/www/curl-8.11.0.tar.bz2" - sha256 "c95d5a1368803729345a632ce42cceeefd5f09c3b4d9582f858f6779f4b8b254" + url "https://curl.se/download/curl-8.11.1.tar.bz2" + mirror "https://github.com/curl/curl/releases/download/curl-8_11_1/curl-8.11.1.tar.bz2" + mirror "http://fresh-center.net/linux/www/curl-8.11.1.tar.bz2" + sha256 "e9773ad1dfa21aedbfe8e1ef24c9478fa780b1b3d4f763c98dd04629b5e43485" license "curl" livecheck do