commit 89e26de1767e6dee4782d5fa309e0ad54bceae05 Author: Danny Rawlins <monster.romster@gmail.com> Date: Tue Jun 30 22:43:08 2020 +1000 firefox: 77.0.1 -> 78.0 diff --git a/firefox/.signature b/firefox/.signature index 9963ad93a..bb0c1a510 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30qvJJFhIAqVOw9Ycs/X7KDfoNAClW6wGaF5Wa0DSdXZXHTkQB0AXzMY2kwROWmNrXHO4Fdu8tbDA0PvhQjm/AQ= -SHA256 (Pkgfile) = 88104f5fe3030058b33902d0ee5d30ca304aa958d6526c5598de9315c9b7e3d0 +RWSagIOpLGJF3yoSaBLKmVl+IT/tcNtLLE3ckWkLr/Ot+TLvw/ur/YfpxK+YriPHnKo9UpXHIkQi4VFKXru9DOJ1UEWcJ4RuIQ0= +SHA256 (Pkgfile) = 3f1c983370376a0dd03a64985d040b2e44b9bd82ddba560b88fbd12a343ab676 SHA256 (.footprint) = 8b8bebe1e51e7e8d82a57e60b95e4fd85c806ecbcbb15ad1774730025ba0e931 -SHA256 (firefox-77.0.1.source.tar.xz) = 54256fc5f8e9c2e8129ef84773fae31fcfdaf95da6d4d03151f3939e9f749640 +SHA256 (firefox-78.0.source.tar.xz) = 291a593151e476e6c4b61e48a3bdd5a11896fbde6261dcad347d5b7df265a058 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 3d5c06661..64ce0614f 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -5,7 +5,7 @@ # Optional: sccache name=firefox -version=77.0.1 +version=78.0 release=1 source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$versio... firefox.desktop @@ -40,7 +40,6 @@ cat <<- EOF > .mozconfig ac_add_options --enable-application=browser ac_add_options --with-system-jpeg ac_add_options --with-system-zlib - ac_add_options --with-system-bz2 ac_add_options --with-system-png ac_add_options --with-system-nspr ac_add_options --with-system-nss @@ -62,7 +61,6 @@ cat <<- EOF > .mozconfig ac_add_options --disable-updater ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi - ac_add_options --disable-gconf EOF [[ -e '/usr/bin/ccache' ]] && echo 'ac_add_options --enable-ccache' >> .mozconfig