Skip to content

Commit 8da74ef

Browse files
authored
Merge pull request #15 from magnuswatn/8.16.0
Upgrade curl to 8.16.0
2 parents 534b01a + 66e11d5 commit 8da74ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/c/curl.rb

Lines changed: 4 additions & 4 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.15.0.tar.bz2"
6-
mirror "https://github.com/curl/curl/releases/download/curl-8_15_0/curl-8.15.0.tar.bz2"
7-
mirror "http://fresh-center.net/linux/www/curl-8.15.0.tar.bz2"
8-
sha256 "699a6d2192322792c88088576cff5fe188452e6ea71e82ca74409f07ecc62563"
5+
url "https://curl.se/download/curl-8.16.0.tar.bz2"
6+
mirror "https://github.com/curl/curl/releases/download/curl-8_16_0/curl-8.16.0.tar.bz2"
7+
mirror "http://fresh-center.net/linux/www/curl-8.16.0.tar.bz2"
8+
sha256 "9459180ab4933b30d0778ddd71c91fe2911fab731c46e59b3f4c8385b1596c91"
99
license "curl"
1010

1111
livecheck do

0 commit comments

Comments
 (0)