aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-02-05 00:42:32 -0800
committerGitHub <noreply@github.com>2021-02-05 00:42:32 -0800
commite5b4ff913b0266fdf136e805d9f7567b027c620e (patch)
treeaad9b4aaead96d9ef7d4bdb6a1180739e43d4469
parentf609fd81a4a4d43ee3c128c54ceb3fd58097ab99 (diff)
parent9fd51a4b47856fde23f72e3babbc8b9ce56f75fc (diff)
Merge pull request #14654 from lucize/nssup
nss: update to 3.61
-rw-r--r--libs/nss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/nss/Makefile b/libs/nss/Makefile
index 4eafd02d8..2785dd2f8 100644
--- a/libs/nss/Makefile
+++ b/libs/nss/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nss
-PKG_VERSION:=3.60
+PKG_VERSION:=3.61
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \
https://download.cdn.mozilla.net/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src \
https://archive.mozilla.org/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src
-PKG_HASH:=84abd5575ab874c53ae511bd461e5d0868d1a1b384ee40753154cdd1d590fe3d
+PKG_HASH:=312e2d804b34ccf0fec70b57cf8cd6ac853f8ced60df53e30ebb0a7bcd0e1370
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
PKG_LICENCE:=MPL-2.0