From b1c96a2448123c8b1c3763cf89b28096a05ecee8 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 2 Oct 2025 22:45:36 +1000 Subject: [PATCH] iceweasel_bin: bump version --- ...ceweasel_bin-143.0.recipe => iceweasel_bin-143.0.3.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename www-client/iceweasel/{iceweasel_bin-143.0.recipe => iceweasel_bin-143.0.3.recipe} (95%) diff --git a/www-client/iceweasel/iceweasel_bin-143.0.recipe b/www-client/iceweasel/iceweasel_bin-143.0.3.recipe similarity index 95% rename from www-client/iceweasel/iceweasel_bin-143.0.recipe rename to www-client/iceweasel/iceweasel_bin-143.0.3.recipe index 1610e6d91..194d8c97d 100644 --- a/www-client/iceweasel/iceweasel_bin-143.0.recipe +++ b/www-client/iceweasel/iceweasel_bin-143.0.3.recipe @@ -7,7 +7,7 @@ COPYRIGHT="1995-2025 Mozilla Developers and Contributors" LICENSE="MPL v2.0" REVISION="1" SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz#noarchive" -CHECKSUM_SHA256="36517b5d40a4c9e764c6938d198337698c78c1917dd9965a56037f44385b0da3" +CHECKSUM_SHA256="0c8582e9f14ab0fe0ec8449889578ceee1ea9be9f483fe81b44cc0a03efc0bd1" PATCHES="iceweasel_launcher-$portVersion.patchset" ADDITIONAL_FILES=" @@ -92,7 +92,7 @@ INSTALL() local APP_SIGNATURE="application/x-vnd.iceweasel" local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" - local MINOR="0" + local MINOR="`echo "$portVersion" | cut -d. -f3`" local LONG_INFO="$SUMMARY" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \