Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 23b3d61

Browse files
authored
Update curl version to 8.12.1 (#571)
* Update curl version to 8.12.1 * retrigger CI
1 parent 43365c0 commit 23b3d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/software/curl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
#
1717

1818
name "curl"
19-
default_version "8.11.1"
19+
default_version "8.12.1"
2020

2121
dependency "zlib"
2222
dependency "openssl3"
2323
dependency "nghttp2"
2424
source url: "https://curl.haxx.se/download/curl-#{version}.tar.gz",
25-
sha256: "a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80"
25+
sha256: "7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf"
2626

2727
relative_path "curl-#{version}"
2828

0 commit comments

Comments
 (0)