Skip to content

Commit fc450de

Browse files
authored
Merge pull request #13 from magnuswatn/8.14.1
Upgrade curl to 8.14.1
2 parents 38a2670 + 12bdad3 commit fc450de

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.14.0.tar.bz2"
6-
mirror "https://github.com/curl/curl/releases/download/curl-8_14_0/curl-8.14.0.tar.bz2"
7-
mirror "http://fresh-center.net/linux/www/curl-8.14.0.tar.bz2"
8-
sha256 "efa1403c5ac4490c8d50fc0cabe97710abb1bf2a456e375a56d960b20a1cba80"
5+
url "https://curl.se/download/curl-8.14.1.tar.bz2"
6+
mirror "https://github.com/curl/curl/releases/download/curl-8_14_1/curl-8.14.1.tar.bz2"
7+
mirror "http://fresh-center.net/linux/www/curl-8.14.1.tar.bz2"
8+
sha256 "5760ed3c1a6aac68793fc502114f35c3e088e8cd5c084c2d044abdf646ee48fb"
99
license "curl"
1010

1111
livecheck do

0 commit comments

Comments
 (0)