From d4e8a27c3b243b1367afe54f0d08dcf2b4cd1fad Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Tue, 4 May 2010 19:18:03 +0000 Subject: [PATCH] Updated BeZillaBrowser. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36616 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalPackages | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 2e46b492a1..eca81b98c6 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -235,22 +235,22 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] { } else { if $(HAIKU_GCC_VERSION[1]) >= 4 { InstallOptionalHaikuImagePackage - BeZillaBrowser-2.0.0.22pre-x86-gcc4-2010-03-14.zip - : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc4-2010-03-14.zip + BeZillaBrowser-2.0.0.22pre-r1a2-x86-gcc4-2010-05-04.zip + : $(baseURL)/BeZillaBrowser-2.0.0.22pre-r1a2-x86-gcc4-2010-05-04.zip : ; } else { InstallOptionalHaikuImagePackage - BeZillaBrowser-2.0.0.22pre-x86-gcc2-2010-03-14.zip - : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc2-2010-03-14.zip + 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 : ; } AddSymlinkToHaikuImage home config be Applications : /boot/apps/BeZillaBrowser/BeZillaBrowser ; - InstallSourceArchive BeZillaBrowser-2010-01-21-src.7z - : http://haiku-files.org/files/sources/2010/BeZillaBrowser-2010-01-21-src.7z + InstallSourceArchive BeZillaBrowser-2.0.0.22pre-r1a2-sources.tar.xz + : $(baseSourceURL)/BeZillaBrowser-2.0.0.22pre-r1a2-sources.tar.xz ; } }