diff options
author | Danny Rawlins <contact@romster.me> | 2021-10-07 23:33:39 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-10-08 21:02:37 +1100 |
commit | c48298f4fb0abd6c74be489266383b7eeda45f9b (patch) | |
tree | 5f064c4ae52dab28d1c9d23e8b4404be7c6e4fb8 /firefox | |
parent | d632c0e0c0cc0ddf0f2fbcf7845bbdf5a40fc451 (diff) | |
download | contrib-c48298f4fb0abd6c74be489266383b7eeda45f9b.tar.gz contrib-c48298f4fb0abd6c74be489266383b7eeda45f9b.tar.xz |
firefox: 92.0.1 -> 93.0
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/.signature | 6 | ||||
-rw-r--r-- | firefox/Pkgfile | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/firefox/.signature b/firefox/.signature index c7a0de8cf..ddc0ed9a9 100644 --- a/firefox/.signature +++ b/firefox/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34AA8Y8B6hWhwoDkvYhpuKNZaqGnIRN1dY/P4MfSlF00T3N8+GAiuTrnbZtSlw3rFZsDnupaeSBwzAXIPqHnDQI= -SHA256 (Pkgfile) = 1a301fc4397b0c8b176d8f32335d298bfac0c0fe320661920679587fc5773244 +RWSagIOpLGJF3xbhgRFUCcR9/RgiHWUN/+2lnmXbHuR7UXZ0ue/ODlGMn6La3J7XWY2uYH/ra8uLYNfvEHaXOWdqACjeAbfcIAM= +SHA256 (Pkgfile) = cca1786e3cdf42b8ffc084cba5e5b96c9638c7de8bd089c48930a53464d38ed6 SHA256 (.footprint) = 27ff13e160720bbfc07289b241337831458e954cc719d7544cc43c1b6ed370a3 -SHA256 (firefox-92.0.1.source.tar.xz) = 9096b22e162cd299080d5eef8f3627a71a594ceba2b89e3000f2c3e8ea603eb1 +SHA256 (firefox-93.0.source.tar.xz) = a78f080f5849bc284b84299f3540934a12e961a7ea368b592ae6576ea1f97102 SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 8b236bbf3ae5cb28d1dd742f543c0079fac06af5aa80bc2051defeba95f0ae21 diff --git a/firefox/Pkgfile b/firefox/Pkgfile index b9828672e..bb7344f69 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -5,7 +5,7 @@ # Optional: sccache jack name=firefox -version=92.0.1 +version=93.0 release=1 source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz firefox.desktop @@ -42,15 +42,12 @@ cat <<- EOF > .mozconfig ac_add_options --with-system-png ac_add_options --with-system-nspr ac_add_options --with-system-nss - #ac_add_options --with-system-harfbuzz - #ac_add_options --with-system-graphite2 ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --with-system-webp ac_add_options --enable-av1 ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman - ac_add_options --enable-alsa ac_add_options --enable-optimize ac_add_options --enable-release ac_add_options --enable-rust-simd |