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	(.../1.2.1)	(revision 417)
+++ Makefile	(.../1.3.1)	(revision 418)
@@ -60,13 +60,13 @@
 
 SOURCE_REQUIRES    = sources/GNU/mpc
 
-REQUIRES           = libs/gmp/6.2.1
-REQUIRES          += libs/mpfr/4.1.0
+REQUIRES           = libs/gmp/6.3.0
+REQUIRES          += libs/mpfr/4.2.1
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.2.1
+version            = 1.3.1
 tar_gz_archive     = $(SRC_PACKAGE_PATH)/GNU/mpc/mpc-$(version).tar.gz
 SRC_ARCHIVE        = $(tar_gz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/mpc-$(version)
@@ -88,7 +88,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 MPC_PKG_NAME                = mpc
-MPC_PKG_VERSION             = 1.2.1
+MPC_PKG_VERSION             = 1.3.1
 MPC_PKG_ARCH                = $(PKGARCH)
 MPC_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 MPC_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)