diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-03-06 15:00:10 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-03-06 15:09:30 +0100 |
commit | 364f8241b8d14a5b1e386d7360d083933853b4de (patch) | |
tree | 24fc9a76823a298fb2b57ee1ba1b2f2a84f94c7f /firefox | |
parent | d166826bab755d317699f14edc741628f8aceb74 (diff) | |
download | opt-364f8241b8d14a5b1e386d7360d083933853b4de.tar.gz opt-364f8241b8d14a5b1e386d7360d083933853b4de.tar.xz |
firefox: updated to 3.0.7.
Diffstat (limited to 'firefox')
-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 89a7ddb42..297cd90f8 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,3 +1,3 @@ -1b6063d29fe9785b929a36f249866360 firefox-3.0.6-source.tar.bz2 -29f8c86bdb593825b4f012b7b3b9d413 mozconfig +9875c9237b532009df8e91c3785539a3 firefox-3.0.7-source.tar.bz2 +0762acb8a02255c9f08105099f65cc47 mozconfig 62530844efda8b387e518162b7922f2f xulrunner.patch diff --git a/firefox/Pkgfile b/firefox/Pkgfile index a64b6057e..5bdee28ea 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xulrunner name=firefox -version=3.0.6 +version=3.0.7 release=1 source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 mozconfig xulrunner.patch) diff --git a/firefox/mozconfig b/firefox/mozconfig index 39fb7a7d0..4f57e7ded 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.0.6 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.0.7 ac_add_options --enable-system-cairo ac_add_options --enable-optimize="#CFLAGS#" ac_add_options --enable-official-branding |