diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-09-16 03:25:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-16 03:25:03 -0700 |
commit | 6105cb27528d3927882d746a48026a25e2f35f5b (patch) | |
tree | b907e4cf5da0bfd043134eeea9057b0488557e5b | |
parent | bb4c3b5a20807e6fdf23e0c66a6d13a6e368db92 (diff) | |
parent | 07c0a5eab8fe073fabcba999e6176fec93bd696b (diff) |
Merge pull request #22109 from BKPepe/curl-update
curl: update to version 8.3.0
-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 d2ad55905..b1d69930a 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.2.1 +PKG_VERSION:=8.3.0 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:=dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894 +PKG_HASH:=376d627767d6c4f05105ab6d497b0d9aba7111770dd9d995225478209c37ea63 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |