diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-10-03 11:55:12 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-10-03 11:55:12 -0500 |
commit | bc9728c4dbfea82c252b03164db6ab732d74174c (patch) | |
tree | f932a5c8ef0f991df8d4a06770a850c99ddd763a /main | |
parent | 429cdfcb54f28097f12c2879e67aa61f7a419c85 (diff) | |
download | aports-bc9728c4dbfea82c252b03164db6ab732d74174c.tar.bz2 aports-bc9728c4dbfea82c252b03164db6ab732d74174c.tar.xz |
main/firefox: upgrade to 7.0.1
Diffstat (limited to 'main')
-rw-r--r-- | main/firefox/APKBUILD | 10 | ||||
-rw-r--r-- | main/firefox/mozconfig | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index bc76ca1c5..423087581 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -1,15 +1,15 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=firefox -pkgver=6.0.1 +pkgver=7.0.1 _pkgver=$pkgver -_xulver=6.0 +_xulver=7.0.1 pkgrel=0 pkgdesc="firefox web browser" url="http://www.firefox.com" arch="all" license="GPL LGPL MPL" -depends="xulrunner" +depends="xulrunner>=${_xulver}" makedepends="xulrunner-dev>=${_xulver} nspr-dev @@ -95,7 +95,7 @@ package() { ln -sf /usr/lib/xulrunner-${_xulver} ${pkgdir}/usr/lib/firefox-${pkgver}/xulrunner } -md5sums="43b71655e1307c7f62896339e70c9aed firefox-6.0.1.source.tar.bz2 -226f723ce7090d1ac590c880ffc8695b mozconfig +md5sums="5b212db48630ba93bb30ec63cca17f4d firefox-7.0.1.source.tar.bz2 +2381992b3c6eaa6bea013cb557385580 mozconfig ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index ed8912089..83233ea54 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -22,7 +22,7 @@ ac_add_options --enable-startup-notification ac_add_options --enable-libxul ac_add_options --disable-crashreporter ac_add_options --disable-updater -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-6.0 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-7.0.1 ac_add_options --enable-safe-browsing ac_add_options --enable-chrome-format=jar ac_add_options --disable-elf-hack |