changeset 6926:7fb9150a8b5c

* src/curl.mk: update to v8.4.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 15 Oct 2023 10:51:27 -0400
parents 2d1dfa0d7370
children 175e1377b0a3
files src/curl.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/curl.mk	Fri Oct 13 19:55:32 2023 +0200
+++ b/src/curl.mk	Sun Oct 15 10:51:27 2023 -0400
@@ -3,8 +3,8 @@
 
 PKG             := curl
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 8.3.0
-$(PKG)_CHECKSUM := cf25feae114a5ae4f9eb6dd43586e1f2cd918ff6
+$(PKG)_VERSION  := 8.4.0
+$(PKG)_CHECKSUM := 893985fa820b25d41141eb318c0c2e3bf00f0ae5
 $(PKG)_SUBDIR   := curl-$($(PKG)_VERSION)
 $(PKG)_FILE     := curl-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://curl.haxx.se/download/$($(PKG)_FILE)