diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-06-05 19:35:08 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-06-05 19:35:15 +0000 |
commit | 5afd8e088a1ad0b9b1074ac61460101a48e7e551 (patch) | |
tree | a5e643051b99b08f444b34869c8ac52e107ee77b | |
parent | 767d1ec663b980f86f31354ceaee07c6184656eb (diff) |
curl: update to 8.1.2
* https://curl.se/changes.html#8_1_2
Signed-off-by: Stan Grishin <stangri@melmac.ca>
-rw-r--r-- | net/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/curl/Makefile b/net/curl/Makefile index 392679b9b..0e84a06b8 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl -PKG_VERSION:=8.1.1 +PKG_VERSION:=8.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_, https://dl.uxnr.de/mirror/curl/ \ https://curl.askapache.com/download/ \ https://curl.se/download/ -PKG_HASH:=08a948e061929645597c1ef7194e07b308b22084ff03fa7400b465e6c05149e5 +PKG_HASH:=31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |