From 71cfb0c8d0a3af846e71cfff8e14eb6412c4b364 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Wed, 4 Apr 2012 18:46:49 +0000 Subject: [PATCH] Updated BeZillaBrowser. Built on hrev43937. Fixes #8417. --- build/jam/OptionalPackages | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index fa9b9cf44e..7c7f5cddbf 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -281,17 +281,15 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] { } else { if $(HAIKU_GCC_VERSION[1]) >= 4 { InstallOptionalHaikuImagePackage - BeZillaBrowser-2.0.0.22pre-x86-gcc4-2011-12-26.zip - : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc4-2011-12-26.zip ; + BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip + : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip ; } else { InstallOptionalHaikuImagePackage - BeZillaBrowser-2.0.0.22pre-r1a2-x86-gcc2-2010-05-02.zip - : $(baseURL)/BeZillaBrowser-2.0.0.22pre-r1a2-x86-gcc2-2010-05-02.zip ; + BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip + : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip ; } AddSymlinkToHaikuImage home config settings deskbar Applications : /boot/apps/BeZillaBrowser/BeZillaBrowser ; - InstallSourceArchive BeZillaBrowser-2.0.0.22pre-r1a2-sources.tar.xz - : $(baseSourceURL)/2010/BeZillaBrowser-2.0.0.22pre-r1a2-sources.tar.xz ; } }