Index: Makefile
===================================================================
--- Makefile (revision 384)
+++ Makefile (revision 385)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/n/mozilla-nss
-versions = 3.89
+versions = 3.97
pkgname = nss
suffix = tar.xz
@@ -14,7 +14,7 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/nss-3.89-build-tree.patch
+patches = $(CURDIR)/patches/nss-3.97-build-tree.patch
.NOTPARALLEL: $(patches)
@@ -49,7 +49,7 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-3.89-build-tree-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.97-build-tree-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: