From 928da181700aa3e3bde3dcd9d21aa9b76b8c9d07 Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Fri, 21 Jun 2024 21:14:00 -0400 Subject: [PATCH] Update waterfox-g6-bin to 6.0.16 --- srcpkgs/waterfox-g6-bin/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/waterfox-g6-bin/template b/srcpkgs/waterfox-g6-bin/template index 84a8ab4..880ef51 100644 --- a/srcpkgs/waterfox-g6-bin/template +++ b/srcpkgs/waterfox-g6-bin/template @@ -1,19 +1,19 @@ # Template file for 'waterfox-g6-bin' pkgname=waterfox-g6-bin -version=6.0.8 +version=6.0.16 revision=1 archs="x86_64" repository="cereus-extra" build_style=fetch hostmakedepends="bsdtar" depends="dbus-glib ffmpeg gtk+ gtk+3 hicolor-icon-theme startup-notification libnotify fontconfig libXt" -short_desc="Sixth generation of customizable privacy-conscious web browser - binary-based package" +short_desc="Sixth generation of customizable privacy-conscious web browser - precompiled binaries" maintainer="Kevin Figueroa " license="MPL-2.0" homepage="https://www.waterfox.net" changelog="${homepage}/docs/releases/G${version}/" distfiles="https://cdn1.waterfox.net/waterfox/releases/G${version}/Linux_x86_64/waterfox-G${version}.tar.bz2" -checksum=18100d1fe0ac545525ab642febbff65f664bb0d6d68971d30f41d119e3e85d53 +checksum=b88132e00296a8d583bb51fe283c3829a24d974d36f78a52cce9f88fd8b8e616 replaces="waterfox-g4-bin waterfox-g5-bin" do_install() { @@ -46,12 +46,12 @@ pref("app.update.auto", false); pref("spellchecker.dictionary_path", "/usr/share/hunspell"); END -# Disable automatic updates and update notifications and allow only for manual update checking +# Disable automatic updates and update notifications install -Dm644 /dev/stdin "${DESTDIR}/opt/waterfox/distribution/policies.json" <