From 9f22f883e125a62e619276930e098bbac25bf6f3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Mar 2021 18:12:14 +0100 Subject: extra/firefox: adapted some patches to firefox 87 --- extra/firefox/PKGBUILD | 4 ++-- extra/firefox/mozconfig-i686.patch | Bin 791 -> 727 bytes extra/firefox/mozconfig-pentium4.patch | Bin 722 -> 658 bytes 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/firefox') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index c643df9b..03ae45d7 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -4,7 +4,7 @@ # set correct compiler and toochain tools if [ "${CARCH}" = "pentium4" ]; then source+=('mozconfig-pentium4.patch') - sha256sums+=('dd49547b516936fe372f6f63c94e62dd975021ad97bcf31e98551ecff9890aed') + sha256sums+=('feff56a60ab5b96982f950e5ced76516256564b68976c6cc5ed13e284d0f4b36') eval "$( declare -f prepare | \ sed ' @@ -14,7 +14,7 @@ eval "$( fi if [ "${CARCH}" = "i686" ]; then source+=('mozconfig-i686.patch') - sha256sums+=('e2d8018e537dc6b49fed6bd29909a9c97fb0401c2926a0eeda850eebfb766f23') + sha256sums+=('06e51017d43369fefdc65a6321b07d3fd18802449b56a167767eefd5e88e65a8') eval "$( declare -f prepare | \ sed ' diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index 73b4434b..8d1fa667 100644 Binary files a/extra/firefox/mozconfig-i686.patch and b/extra/firefox/mozconfig-i686.patch differ diff --git a/extra/firefox/mozconfig-pentium4.patch b/extra/firefox/mozconfig-pentium4.patch index 885c51af..03965a7a 100644 Binary files a/extra/firefox/mozconfig-pentium4.patch and b/extra/firefox/mozconfig-pentium4.patch differ -- cgit v1.2.3-54-g00ecf