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.3.0)	(revision 447)
+++ Makefile	(.../2.0.1)	(revision 448)
@@ -60,12 +60,12 @@
 
 SOURCE_REQUIRES    = sources/packages/n/libnsl
 
-REQUIRES           = net/libtirpc/1.3.1
+REQUIRES           = net/libtirpc/1.3.6
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 1.3.0
+version            = 2.0.1
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/n/libnsl/libnsl-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/libnsl-$(version)
@@ -87,7 +87,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 LIBNSL_PKG_NAME                = libnsl
-LIBNSL_PKG_VERSION             = 1.3.0
+LIBNSL_PKG_VERSION             = 2.0.1
 LIBNSL_PKG_ARCH                = $(PKGARCH)
 LIBNSL_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 LIBNSL_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)