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.25-ppc32)	(revision 417)
+++ Makefile	(.../0.27-ppc32)	(revision 418)
@@ -15,13 +15,13 @@
 
 SOURCE_REQUIRES    = sources/packages/l/isl
 
-REQUIRES           = libs/isl/0.25
-REQUIRES          += libs/gmp/6.2.1-ppc32
+REQUIRES           = libs/isl/0.27
+REQUIRES          += libs/gmp/6.3.0-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 0.25
+version            = 0.27
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/l/isl/isl-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/isl-$(version)
@@ -43,7 +43,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 ISL_32_PKG_NAME                = isl-x32
-ISL_32_PKG_VERSION             = 0.25
+ISL_32_PKG_VERSION             = 0.27
 ISL_32_PKG_ARCH                = $(PKGARCH)
 ISL_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 ISL_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)