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	(revision 382)
+++ Makefile	(revision 383)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/x/mozilla-firefox
 
-versions    = 118.0.1 122.0.1
+versions    = 118.0.2 122.0.1
 pkgname     = firefox
 suffix      = source.tar.xz
 
@@ -14,8 +14,8 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/firefox-118.0.1-riscv64gc.patch
-patches    += $(CURDIR)/patches/firefox-118.0.1-x86.patch
+patches     = $(CURDIR)/patches/firefox-118.0.2-riscv64gc.patch
+patches    += $(CURDIR)/patches/firefox-118.0.2-x86.patch
 
 patches    += $(CURDIR)/patches/firefox-122.0.1-riscv64gc.patch
 patches    += $(CURDIR)/patches/firefox-122.0.1-x86.patch
@@ -53,8 +53,8 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-118.0.1-riscv64gc-patch ; ./create.patch.sh ) ; \
-	 ( cd create-118.0.1-x86-patch       ; ./create.patch.sh ) ; \
+	 ( cd create-118.0.2-riscv64gc-patch ; ./create.patch.sh ) ; \
+	 ( cd create-118.0.2-x86-patch       ; ./create.patch.sh ) ; \
 	 ( cd create-122.0.1-riscv64gc-patch ; ./create.patch.sh ) ; \
 	 ( cd create-122.0.1-x86-patch       ; ./create.patch.sh ) ; \
 	 echo -e "\n"