From 2651903307fb43997a173b00c89eaf4c8429a543 Mon Sep 17 00:00:00 2001
From: iigs <2274777+iigs@users.noreply.github.com>
Date: Tue, 06 Feb 2024 22:49:22 +0100
Subject: [PATCH] firefox: update to 122.0.1

---
 components/web/firefox/Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/components/web/firefox/Makefile b/components/web/firefox/Makefile
index 8ecfe43..6a862f9 100644
--- a/components/web/firefox/Makefile
+++ b/components/web/firefox/Makefile
@@ -20,6 +20,7 @@
 
 USE_PARALLEL_BUILD = yes
 include ../../../make-rules/shared-macros.mk
+ENV = /usr/bin/env
 
 # ESR should be set to esr for esr build, or an empty string for other builds
 ESR = 
@@ -27,11 +28,11 @@
 # CANDIDATE_BUILD is the build number found in the candidates directory.
 # CANDIDATE_BETA is the beta version found in the candidates directory.
 # Do not define either for final release build.
-# CANDIDATE_BUILD=2
+# CANDIDATE_BUILD=1
 # CANDIDATE_BETA=9
 
 COMPONENT_NAME =	firefox
-COMPONENT_VERSION =	122.0
+COMPONENT_VERSION =	122.0.1
 COMPONENT_SUMMARY=      Mozilla Firefox Web browser
 COMPONENT_PROJECT_URL =	https://www.mozilla.com/firefox
 COMPONENT_SRC_NAME =	$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -41,7 +42,7 @@
 else
 COMPONENT_ARCHIVE =	$(COMPONENT_SRC_NAME)$(ESR).source.tar.xz
 endif
-COMPONENT_ARCHIVE_HASH= sha256:b84815a90e147965e4c0b50599c85b1022ab0fce42105e5ef45c630dcca5dec3
+COMPONENT_ARCHIVE_HASH= sha256:36f19c9a748eec2fd6d3a1594d0f1d7b715eaa1d9ed6d7eeda9db8478dcf36d6
 ifndef CANDIDATE_BUILD
 MOZILLA_FTP =		https://ftp.mozilla.org/pub/$(COMPONENT_NAME)/releases/$(COMPONENT_VERSION)$(ESR)
 else

--
Gitblit v1.9.3