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	(.../0.21-tools/Makefile)	(revision 437)
+++ Makefile	(.../0.24-tools/Makefile)	(revision 438)
@@ -60,15 +60,15 @@
 
 SOURCE_REQUIRES    = sources/GNU/gettext
 
-REQUIRES           = app/gettext/0.21
+REQUIRES           = app/gettext/0.24
 REQUIRES          += libs/libunistring/0.9.10
 REQUIRES          += libs/libxml2/2.11.4
-REQUIRES          += app/acl/2.3.1
+REQUIRES          += app/acl/2.3.2
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 0.21
+version            = 0.24
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/GNU/gettext/gettext-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/gettext-$(version)
@@ -92,7 +92,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GETTEXT_PKG_NAME                = gettext-tools
-GETTEXT_PKG_VERSION             = 0.21
+GETTEXT_PKG_VERSION             = 0.24
 GETTEXT_PKG_ARCH                = $(PKGARCH)
 GETTEXT_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GETTEXT_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)