Update LibreWolf from 109.0.1_1 to 111.0_1

This commit is contained in:
KF-Art 2023-04-27 14:56:33 -04:00
parent 4b0a83267e
commit a89e8b1473
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
# Template file for 'librewolf-bin'
pkgname=librewolf-bin
_realname=librewolf
version=109.0.1
version=111.0
revision=1
_release=1
_release=3
archs="x86_64"
repository="cereus-extra"
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - binary-based package"
@ -13,7 +13,7 @@ makedepends="xbps-triggers"
license="MPL-2.0"
homepage="https://gitlab.com/librewolf-community"
distfiles="https://gitlab.com/api/v4/projects/12829184/packages/generic/${_realname}/${version}-${_release}/LibreWolf-${version}-${_release}.x86_64.tar.bz2"
checksum=c9cef71685380a3da045725b9a0cb0b8ffb7a7b62c8a7eb588cef2eb362d8de8
checksum=584187698a48d6ba4a895db78c6e03404095206ee04f1d7d67d0a4b4f7af20f8
nostrip=yes
do_extract() {

View file

@ -4,7 +4,7 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "yes" ]; then
xchroot /mnt xbps-install -Syu librewolf-bin
xchroot /glibc xbps-install -Syu librewolf-bin
# Ensure that xchroot has unmounted all binds
umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys"

View file

@ -1,9 +1,9 @@
# Template file for 'librewolf-musl'
pkgname=librewolf-musl
_realname=librewolf
version=109.0.1
version=111.0
revision=1
_release=1
_release=3
archs="x86_64-musl"
repository="cereus-extra"
short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - glibc containerized package"