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	(.../1.7.0-x86_32/Makefile)	(revision 12)
+++ Makefile	(.../1.7.3-x86_32/Makefile)	(revision 13)
@@ -12,13 +12,13 @@
 
 SOURCE_REQUIRES    = sources/packages/l/apr
 
-REQUIRES           = libs/apr/1.7.0
+REQUIRES           = libs/apr/1.7.3
 REQUIRES          += app/util-linux/2.38.1-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.7.0
+version            = 1.7.3
 major_version      = 1
 tar_bz2_archive    = $(SRC_PACKAGE_PATH)/packages/l/apr/apr-$(version).tar.bz2
 SRC_ARCHIVE        = $(tar_bz2_archive)
@@ -41,7 +41,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 APR_32_PKG_NAME                = apr-x32
-APR_32_PKG_VERSION             = 1.7.0
+APR_32_PKG_VERSION             = 1.7.3
 APR_32_PKG_ARCH                = $(PKGARCH)
 APR_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 APR_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)