From 87d1f16e27df35845b28f49d51e21bbd3614b6a3 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 20 Sep 2024 16:12:41 +0200 Subject: [PATCH] Upgrade curl to 8.10.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 46f397b..7175528 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.9.1.tar.bz2" - mirror "https://github.com/curl/curl/releases/download/curl-8_9_1/curl-8.9.1.tar.bz2" - mirror "http://fresh-center.net/linux/www/curl-8.9.1.tar.bz2" - sha256 "b57285d9e18bf12a5f2309fc45244f6cf9cb14734e7454121099dd0a83d669a3" + url "https://curl.se/download/curl-8.10.1.tar.bz2" + mirror "https://github.com/curl/curl/releases/download/curl-8_10_1/curl-8.10.1.tar.bz2" + mirror "http://fresh-center.net/linux/www/curl-8.10.1.tar.bz2" + sha256 "3763cd97aae41dcf41950d23e87ae23b2edb2ce3a5b0cf678af058c391b6ae31" license "curl" livecheck do