From 4b5169dc5ca6b513dc830166d03e9e25548138b7 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 1 Apr 2025 10:14:19 +1000 Subject: [PATCH] waterfox_bin: fix audio buffer size --- www-client/waterfox/waterfox_bin-6.5.6.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/waterfox/waterfox_bin-6.5.6.recipe b/www-client/waterfox/waterfox_bin-6.5.6.recipe index 401054fd9..29bdba933 100644 --- a/www-client/waterfox/waterfox_bin-6.5.6.recipe +++ b/www-client/waterfox/waterfox_bin-6.5.6.recipe @@ -13,9 +13,9 @@ Key Features: HOMEPAGE="https://www.waterfox.net/" COPYRIGHT="1995-2025 Mozilla Developers, BrowserWorks" LICENSE="MPL v2.0" -REVISION="1" -SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/waterfox-$portVersion.en-US.haiku-x86_64.tar.bz2#noarchive" -CHECKSUM_SHA256="35360bdb9ca874228c664709e3e8f2328683a365dbd7e6a47a8272e4152cc69d" +REVISION="2" +SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/waterfox-$portVersion-2.en-US.haiku-x86_64.tar.bz2#noarchive" +CHECKSUM_SHA256="d3a199fd0b0a15f534bec7e23d57a029af376521286255439955545ad3f1e3e0" ADDITIONAL_FILES="waterfox.rdef.in" ARCHITECTURES="x86_64" @@ -57,7 +57,7 @@ BUILD_PREREQUIRES=" INSTALL() { mkdir -p $appsDir - tar -xvjf waterfox-$portVersion.en-US.haiku-x86_64.tar.bz2 -C $appsDir + tar -xvjf waterfox-$portVersion-2.en-US.haiku-x86_64.tar.bz2 -C $appsDir mv $appsDir/waterfox $appsDir/Waterfox mv $appsDir/Waterfox/waterfox $appsDir/Waterfox/Waterfox