anydesk: update to 5.1.0

This commit is contained in:
Unknown 2019-06-11 22:34:12 +03:00 committed by Johannes
parent 70d659bbe5
commit 7af5ac51ce

View file

@ -1,6 +1,6 @@
# Template file for 'anydesk'
pkgname=anydesk
version=5.0.0
version=5.1.0
revision=1
archs="i686 x86_64"
wrksrc=${pkgname}-${version}
@ -14,10 +14,10 @@ restricted=yes
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
distfiles="https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
checksum=3c1c694ea990d7bbc1bd10ec60502cb6801d042bbbaee82ca0f6d8f114869ca1
checksum=edf0b040c00d90c370d4d53ab2bb0dd4f2257050bcf6d665fc3f7f2c243fae7e
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i686.tar.gz"
checksum=97905b6d678a0289cc4ea387525648d2b125363f979bb7de63d8af6f21037463
checksum=6aff74caf96481fc6488ee4f951b61f17577d703b759488f698640bcd24ac63e
fi
do_install() {
@ -29,7 +29,5 @@ do_install() {
vcopy "polkit-1/*.policy" usr/share/polkit-1/actions
vbin anydesk
vlicense copyright
vdoc changelog
vdoc README
}