From 7a1dc2a595f868a914f08c5933ac1ce1009e99c8 Mon Sep 17 00:00:00 2001
From: iigs <2274777+iigs@users.noreply.github.com>
Date: Wed, 16 Aug 2023 20:21:15 +0200
Subject: [PATCH] firefox: update to 116.0.3

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

diff --git a/components/web/firefox/Makefile b/components/web/firefox/Makefile
index bee8a5d..f46861d 100644
--- a/components/web/firefox/Makefile
+++ b/components/web/firefox/Makefile
@@ -27,11 +27,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=1
+# CANDIDATE_BUILD=2
 # CANDIDATE_BETA=8
 
 COMPONENT_NAME =	firefox
-COMPONENT_VERSION =	116.0.2
+COMPONENT_VERSION =	116.0.3
 COMPONENT_SUMMARY=      Mozilla Firefox Web browser
 COMPONENT_PROJECT_URL =	https://www.mozilla.com/firefox
 COMPONENT_SRC_NAME =	$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -41,7 +41,7 @@
 else
 COMPONENT_ARCHIVE =	$(COMPONENT_SRC_NAME)$(ESR).source.tar.xz
 endif
-COMPONENT_ARCHIVE_HASH= sha256:6708ab24a748de336aff4789f97f248452a46117e86bb6b4b9746768e52fb114
+COMPONENT_ARCHIVE_HASH= sha256:575a0d11b487a03527cc90c5e6d556c09669201cbb584b73442b202ee1d3e2e6
 ifndef CANDIDATE_BUILD
 MOZILLA_FTP =		https://ftp.mozilla.org/pub/$(COMPONENT_NAME)/releases/$(COMPONENT_VERSION)$(ESR)
 else

--
Gitblit v1.9.3