mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
waterfox_bin: fix audio buffer size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user