Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

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