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	(.../6.2.1-ppc32)	(revision 417)
+++ Makefile	(.../6.3.0-ppc32)	(revision 418)
@@ -15,13 +15,13 @@
 
 SOURCE_REQUIRES    = sources/GNU/gmp
 
-REQUIRES           = libs/gmp/6.2.1
+REQUIRES           = libs/gmp/6.3.0
 REQUIRES          += libs/glibc/2.40-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 6.2.1
+version            = 6.3.0
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/GNU/gmp/gmp-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/gmp-$(version)
@@ -42,7 +42,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GMP_32_PKG_NAME                = gmp-x32
-GMP_32_PKG_VERSION             = 6.2.1
+GMP_32_PKG_VERSION             = 6.3.0
 GMP_32_PKG_ARCH                = $(PKGARCH)
 GMP_32_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GMP_32_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)