mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
vivaldi: update to 7.1.3570.47+1.
This commit is contained in:
parent
4bc4906a84
commit
6349102048
2 changed files with 7 additions and 7 deletions
|
@ -26,12 +26,12 @@ index 5b5f1bf..8e95859 100755
|
|||
# Sanitize std{in,out,err} because they'll be shared with untrusted child
|
||||
# processes (http://crbug.com/376567).
|
||||
exec < /dev/null
|
||||
@@ -60,4 +67,4 @@ exec > >(exec cat)
|
||||
@@ -75,4 +75,4 @@
|
||||
exec 2> >(exec cat >&2)
|
||||
|
||||
# Note: exec -a below is a bashism.
|
||||
-exec -a "$0" "$HERE/vivaldi-bin" "$@"
|
||||
+exec -a "$0" "$HERE/vivaldi-bin" $VIVALDI_USER_FLAGS "$@"
|
||||
-exec -a "$0" "$HERE/vivaldi-bin" "${VIVALDI_JS_FLAGS:-}" "$@"
|
||||
+exec -a "$0" "$HERE/vivaldi-bin" "${VIVALDI_JS_FLAGS:-}" $VIVALDI_USER_FLAGS "$@"
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Permission to redistribute is granted.
|
||||
# see: srcpkgs/vivaldi/files/redistribution-permission.eml
|
||||
pkgname=vivaldi
|
||||
version=7.1.3570.39+1
|
||||
version=7.1.3570.47+1
|
||||
revision=1
|
||||
archs="x86_64 aarch64 armv7l"
|
||||
depends="desktop-file-utils hicolor-icon-theme xz libnotify xdg-utils"
|
||||
|
@ -16,15 +16,15 @@ skiprdeps="/opt/vivaldi/libqt5_shim.so /opt/vivaldi/libqt6_shim.so"
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64)
|
||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_amd64.deb"
|
||||
checksum=77a35046e78d13d3f6fc838bc01226e1ebeba8ed03f9134a5140b5e7a3c481c7
|
||||
checksum=6a5513d1c325da02850cd13e0d6f124b68ad8782776da097bb99b8bc460636bc
|
||||
;;
|
||||
aarch64)
|
||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_arm64.deb"
|
||||
checksum=ae1233faf5ff5b7f6c37f8f7ee785aabe8846c873fadf80ca6baa65fe0ccd83f
|
||||
checksum=c29c782289d03536382a6ccfdae3fc5c34eea5035e666f34f0939f4b669e5c16
|
||||
;;
|
||||
armv7l)
|
||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_armhf.deb"
|
||||
checksum=9d5032b93e936378aa89958e10415783993665eca11c04d7ddb3a3f219d67f10
|
||||
checksum=e7c02749ccdaa872f7bcb9e7fa149a34d17eab0304db668d04cbb3f8aa66e8ea
|
||||
;;
|
||||
*)
|
||||
broken="No distfiles available for this target"
|
||||
|
|
Loading…
Add table
Reference in a new issue