mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
iceweasel_bin: bump version
This commit is contained in:
@@ -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|" \
|
||||
Reference in New Issue
Block a user