Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade curl to 8.10.1 #2

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/c/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down