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 12)
+++ Makefile	(revision 13)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/l/apr-util
 
-versions    = 1.6.1
+versions    = 1.6.3
 pkgname     = apr-util
 suffix      = tar.bz2
 
@@ -14,7 +14,7 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/apr-util-1.6.1-dbd.patch
+patches     = $(CURDIR)/patches/apr-util-1.6.3-dbd.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -49,7 +49,7 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-1.6.1-dbd-patch ; ./create.patch.sh ) ; \
+	 ( cd create-1.6.3-dbd-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: