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/Makefile)	(revision 417)
+++ Makefile	(.../0.27/Makefile)	(revision 418)
@@ -60,12 +60,12 @@
 
 SOURCE_REQUIRES    = sources/packages/l/isl
 
-REQUIRES           = libs/gmp/6.2.1
+REQUIRES           = libs/gmp/6.3.0
 
 # ======= __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)
@@ -87,7 +87,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 ISL_PKG_NAME                = isl
-ISL_PKG_VERSION             = 0.25
+ISL_PKG_VERSION             = 0.27
 ISL_PKG_ARCH                = $(PKGARCH)
 ISL_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 ISL_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)