diff options
author | Fredrik Rinnestam <fredrik@rinnestam.se> | 2010-06-27 13:04:05 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@rinnestam.se> | 2010-06-27 13:04:20 +0200 |
commit | bf2f1b826eea39a4b9f3d9ee9bc33165c54db9d3 (patch) | |
tree | e0c639c71a94de4088f5c22c93233dc81787ad04 | |
parent | 002db0a928346eaf5ef35085661b8bcc78bf21e8 (diff) | |
download | opt-bf2f1b826eea39a4b9f3d9ee9bc33165c54db9d3.tar.gz opt-bf2f1b826eea39a4b9f3d9ee9bc33165c54db9d3.tar.xz |
firefox: updated to 3.6.6
-rw-r--r-- | firefox/.md5sum | 4 | ||||
-rw-r--r-- | firefox/Pkgfile | 2 | ||||
-rw-r--r-- | firefox/mozconfig | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/firefox/.md5sum b/firefox/.md5sum index 640d03ca5..1a5bc8b1b 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,2 +1,2 @@ -66b1610362ed6009d66fe762645679a0 firefox-3.6.4.source.tar.bz2 -b7a91ebb68e13ea0fb718e4efbfaffc3 mozconfig +c9a071b31bb90d05edfb93117d0a7537 firefox-3.6.6.source.tar.bz2 +7fcb9a110b1a3f9ef6f338f7cad6aee8 mozconfig diff --git a/firefox/Pkgfile b/firefox/Pkgfile index e96dc2ed2..9bd40297a 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xulrunner name=firefox -version=3.6.4 +version=3.6.6 release=1 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2 mozconfig) diff --git a/firefox/mozconfig b/firefox/mozconfig index 473913ffb..a0557e966 100644 --- a/firefox/mozconfig +++ b/firefox/mozconfig @@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-mng ac_add_options --with-pthreads -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2.4 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2.6 ac_add_options --enable-system-cairo ac_add_options --enable-optimize="#CFLAGS#" ac_add_options --enable-official-branding |