diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-05-09 09:37:54 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-05-09 09:37:54 -0500 |
commit | adb033dbf9054747c836f132fdab2f19be127b63 (patch) | |
tree | 74f16eef039704013e7ee002ea8b3fcfb30d4fd2 /main | |
parent | e05ea01f821b7ff346ad7eb676f21cc4eb07682f (diff) | |
download | aports-adb033dbf9054747c836f132fdab2f19be127b63.tar.bz2 aports-adb033dbf9054747c836f132fdab2f19be127b63.tar.xz |
main/firefox: 2.0.1, not 2.0.
Diffstat (limited to 'main')
-rw-r--r-- | main/firefox/APKBUILD | 2 | ||||
-rw-r--r-- | main/firefox/mozconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index 5d6be3507..86f76f8ad 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -87,6 +87,6 @@ package() { } md5sums="9abda7d23151e97913c8555a64c13f34 firefox-4.0.1.source.tar.bz2 -4f10d014e84cf1e794415f12aaa50f1a mozconfig +0b341845d311fe6b49f74751e4841ee6 mozconfig ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index f74194a4b..1ec6b90b3 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-2.0 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0.1 ac_add_options --enable-safe-browsing ac_add_options --with-branding=other-licenses/branding/firefox ac_add_options --enable-chrome-format=jar |