Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(revision 33)
+++ Makefile	(revision 34)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/a/dialog
 
-versions    = 1.3-20210621
+versions    = 1.3-20240101
 pkgname     = dialog
 suffix      = tgz
 
@@ -14,7 +14,7 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/dialog-1.3-20210621.patch
+patches     = $(CURDIR)/patches/dialog-1.3-20240101.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -49,7 +49,7 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-1.3-20210621-patch ; ./create.patch.sh ) ; \
+	 ( cd create-1.3-20240101-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: