mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
vivaldi: update to 3.0.1874.38.
This commit is contained in:
parent
2564e90702
commit
41fd971171
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vivaldi'
|
# Template file for 'vivaldi'
|
||||||
pkgname=vivaldi
|
pkgname=vivaldi
|
||||||
version=2.11.1811.52
|
version=3.0.1874.38
|
||||||
revision=1
|
revision=1
|
||||||
_release=1
|
_release=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
|
@ -9,7 +9,7 @@ short_desc="Advanced browser made with the power user in mind"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
# EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
|
# EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/
|
||||||
# Privacy Policy: https://vivaldi.com/privacy/browser/
|
# Privacy Policy: https://vivaldi.com/privacy/browser/
|
||||||
license="Proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://vivaldi.com"
|
homepage="https://vivaldi.com"
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
@ -17,10 +17,10 @@ nostrip=yes
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
_debarch=amd64
|
_debarch=amd64
|
||||||
checksum=d785f743b416b8198acbbeba659397f26884e1db87d9bcac50f3f772e67b092f
|
checksum=7c0852da67389148a3bfd2e2cb1fe14a430c13264fc26770871a4d9a913bc60c
|
||||||
else
|
else
|
||||||
_debarch=i386
|
_debarch=i386
|
||||||
checksum=30abdc77b64182a389443243f54dd7fb73ff6a62195e404a46ca1488fb874d3f
|
checksum=808d90dda7ef404203bdcb385b623c745a9df573e24c669ef71d754a72c7e530
|
||||||
fi
|
fi
|
||||||
|
|
||||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"
|
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue