vivaldi: update to 2.10.1745.27.
This commit is contained in:
parent
aea522a3d7
commit
e418724b34
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vivaldi'
|
||||
pkgname=vivaldi
|
||||
version=2.10.1745.23
|
||||
version=2.10.1745.27
|
||||
revision=1
|
||||
_release=1
|
||||
archs="i686 x86_64"
|
||||
|
@ -17,17 +17,17 @@ nostrip=yes
|
|||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
_debarch=amd64
|
||||
checksum=70037c3f2555dda3f331557b9be1b1b1036bec0533cff88d9a5931af95557eb6
|
||||
checksum=987c39c6637d8b61fedccdcd1b558b1b4391009a1b621ae2e1beb3ce7c8c2bfd
|
||||
else
|
||||
_debarch=i386
|
||||
checksum=1a5a2fa6ba0cdf2ef30fff281153c3fc5f026193c0a5bb8c616682327d4b76da
|
||||
checksum=0ae8b18f1cc219f8bcaf1fe757d325aa132365596f96f3ddaf677620ffed5837
|
||||
fi
|
||||
|
||||
distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"
|
||||
|
||||
do_extract() {
|
||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vivaldi-stable_${version}-${_release}_${_debarch}.deb
|
||||
tar xf data.tar.xz --exclude={./etc,./opt/vivaldi/cron}
|
||||
bsdtar xf data.tar.xz --exclude={./etc,./opt/vivaldi/cron}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue