iceweasel_bin: bump version

This commit is contained in:
Gerasim Troeglazov
2025-10-02 22:45:36 +10:00
parent a8a206890a
commit b1c96a2448

View File

@@ -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|" \