Skip to content
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.14.1.tar.bz2"
mirror "https://github.com/curl/curl/releases/download/curl-8_14_1/curl-8.14.1.tar.bz2"
mirror "http://fresh-center.net/linux/www/curl-8.14.1.tar.bz2"
sha256 "5760ed3c1a6aac68793fc502114f35c3e088e8cd5c084c2d044abdf646ee48fb"
url "https://curl.se/download/curl-8.15.0.tar.bz2"
mirror "https://github.com/curl/curl/releases/download/curl-8_15_0/curl-8.15.0.tar.bz2"
mirror "http://fresh-center.net/linux/www/curl-8.15.0.tar.bz2"
sha256 "699a6d2192322792c88088576cff5fe188452e6ea71e82ca74409f07ecc62563"
license "curl"

livecheck do
Expand Down
Loading