Index: Makefile
===================================================================
--- Makefile (revision 28)
+++ Makefile (revision 29)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/n/mozilla-nspr
-versions = 4.30
+versions = 4.35
pkgname = nspr
suffix = tar.xz
@@ -14,7 +14,7 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/nspr-4.30-linux.patch
+patches = $(CURDIR)/patches/nspr-4.35-linux.patch
.NOTPARALLEL: $(patches)
@@ -49,7 +49,7 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-4.30-linux-patch ; ./create.patch.sh ) ; \
+ ( cd create-4.35-linux-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: