[openwrt/openwrt] nettle: update to 3.8.1
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 31 14:26:05 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bae87942bcfb461d2882dd7e593b6aa2d75f63b1
commit bae87942bcfb461d2882dd7e593b6aa2d75f63b1
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Aug 29 08:08:40 2022 +0200
nettle: update to 3.8.1
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-07/msg00010.html
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/nettle/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index 0c06205ec2..8e4b987512 100644
--- a/package/libs/nettle/Makefile
+++ b/package/libs/nettle/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nettle
-PKG_VERSION:=3.8
+PKG_VERSION:=3.8.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/nettle
-PKG_HASH:=7576c68481c198f644b08c160d1a4850ba9449e308069455b5213319f234e8e6
+PKG_HASH:=364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
More information about the lede-commits
mailing list