Index: Makefile
===================================================================
--- Makefile (revision 373)
+++ Makefile (revision 374)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/x/mozilla-firefox
-versions = 118.0.1
+versions = 118.0.1 122.0.1
pkgname = firefox
suffix = source.tar.xz
@@ -17,6 +17,9 @@
patches = $(CURDIR)/patches/firefox-118.0.1-riscv64gc.patch
patches += $(CURDIR)/patches/firefox-118.0.1-x86.patch
+patches += $(CURDIR)/patches/firefox-122.0.1-riscv64gc.patch
+patches += $(CURDIR)/patches/firefox-122.0.1-x86.patch
+
.NOTPARALLEL: $(patches)
@@ -52,6 +55,8 @@
@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-122.0.1-riscv64gc-patch ; ./create.patch.sh ) ; \
+ ( cd create-122.0.1-x86-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: