mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
vivaldi: update to 7.2.3621.63+1.
This commit is contained in:
parent
ebc8b9862a
commit
c6166759fc
2 changed files with 6 additions and 6 deletions
|
@ -30,8 +30,8 @@ index 5b5f1bf..8e95859 100755
|
|||
exec 2> >(exec cat >&2)
|
||||
|
||||
# Note: exec -a below is a bashism.
|
||||
-exec -a "$0" "$HERE/vivaldi-bin" "${VIVALDI_JS_FLAGS:-}" "$@"
|
||||
+exec -a "$0" "$HERE/vivaldi-bin" "${VIVALDI_JS_FLAGS:-}" $VIVALDI_USER_FLAGS "$@"
|
||||
-exec -a "$0" "$HERE/vivaldi-bin" "$@"
|
||||
+exec -a "$0" "$HERE/vivaldi-bin" $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.60+1
|
||||
version=7.2.3621.63+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=1b4cb8f6f52c1494f3c4a470d59b1742f7a9eff32d19a3b41401769c08a7cacc
|
||||
checksum=bae4956d1e1de9b7f9c6e50c3eecccf95b18a0937867a6d2d7a6b16d55381044
|
||||
;;
|
||||
aarch64)
|
||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_arm64.deb"
|
||||
checksum=c7b0a36ceac46f4fbfd5ea91a184f1035443c5078b2459b38ae15c05aa5868e5
|
||||
checksum=72b9c652da6c7a4655c60ddc8c516f997a4a23f944d6b81ffb894bef2eeeee57
|
||||
;;
|
||||
armv7l)
|
||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version//+/-}_armhf.deb"
|
||||
checksum=78439a915eb7e3d34c2f6bc82c4bd8643468becc5425b9f298121aea818e4e00
|
||||
checksum=9d457762f2c6d93cd1464ee6d4fbe67af687ef56badb625a2f4c01e32ed70b21
|
||||
;;
|
||||
*)
|
||||
broken="No distfiles available for this target"
|
||||
|
|
Loading…
Add table
Reference in a new issue