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)	(revision 417)
+++ Makefile	(.../6.3.0)	(revision 418)
@@ -65,7 +65,7 @@
 # ======= __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)
@@ -89,7 +89,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GMP_PKG_NAME                = gmp
-GMP_PKG_VERSION             = 6.2.1
+GMP_PKG_VERSION             = 6.3.0
 GMP_PKG_ARCH                = $(PKGARCH)
 GMP_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GMP_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)