aboutsummaryrefslogtreecommitdiff
path: root/net/libcurl-gnutls
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2023-07-08 12:29:13 +0100
committerDaniel Golle <daniel@makrotopia.org>2023-08-05 12:18:36 +0100
commit7eaa2cd28454a2ef82fad49f26c7207ecf3f7db7 (patch)
treef948f999f2e8a9d7b76ad37673bf394ef90b9141 /net/libcurl-gnutls
parent8639893b8cbeb2f008b5afc2135c56cf64cafdfb (diff)
libcurl-gnutls: update to version 8.2.1
See cURL changes for details: https://curl.se/changes.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/libcurl-gnutls')
-rw-r--r--net/libcurl-gnutls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libcurl-gnutls/Makefile b/net/libcurl-gnutls/Makefile
index 55801dc5d..d2e167a58 100644
--- a/net/libcurl-gnutls/Makefile
+++ b/net/libcurl-gnutls/Makefile
@@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libcurl-gnutls
PKG_SOURCE_NAME:=curl
-PKG_VERSION:=7.86.0
+PKG_VERSION:=8.2.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \
https://dl.uxnr.de/mirror/curl/ \
https://curl.askapache.com/download/ \
https://curl.se/download/
-PKG_HASH:=2d61116e5f485581f6d59865377df4463f2e788677ac43222b496d4e49fb627b
+PKG_HASH:=dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=MIT