Bernd Kuhls
2026-04-30 06:47:46 +02:00
committed by Thomas Perale
parent 41581d3dc6
commit 50ca1f4a6a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# From https://github.com/curl/curl/releases/tag/curl-8_19_0
# From https://github.com/curl/curl/releases/tag/curl-8_20_0
# after checking pgp signature:
# https://curl.se/download/curl-8.19.0.tar.xz.asc
# https://curl.se/download/curl-8.20.0.tar.xz.asc
# signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
sha256 4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df curl-8.19.0.tar.xz
sha256 63fe2dc148ba0ceae89922ef838f7e5c946272c2e78b7c59fab4b79d3ce2b896 curl-8.20.0.tar.xz
# Locally computed
sha256 82f2f4427d6545ee5aaac4f0b80428da6cc8ba41c2cf5da3a03680ec327b9681 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBCURL_VERSION = 8.19.0
LIBCURL_VERSION = 8.20.0
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
LIBCURL_SITE = https://curl.se/download
LIBCURL_DEPENDENCIES = host-pkgconf \