diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2020-05-10 22:19:27 +0300 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2020-05-10 22:19:27 +0300 |
commit | 867fa4c68c89f3e0e850b4ee3c50da14eb1c940b (patch) | |
tree | 00befce7e64f10c4d36d00f0be110951880a160f | |
parent | b7c59c390f0b739403ae9099e1affe94d214b51d (diff) |
nss: update to 3.52
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
-rw-r--r-- | libs/nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/nss/Makefile b/libs/nss/Makefile index a38c5cf97..e1b5ba823 100644 --- a/libs/nss/Makefile +++ b/libs/nss/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nss -PKG_VERSION:=3.51.1 +PKG_VERSION:=3.52 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:=085c5eaceef040eddea639e2e068e70f0e368f840327a678ef74ae3d6c15ca78 +PKG_HASH:=0a0aeb0cdda65ddcb64f746223df58b150f6803f4bfa1a4e876bbe6f9c4c1561 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> PKG_LICENCE:=MPL-2.0 |