anydesk: update to 5.5.5.

This commit is contained in:
mobinmob 2020-05-06 15:20:42 +03:00 committed by Piotr
parent 3a2d4e22fa
commit 16d5ca5022

View file

@ -1,6 +1,6 @@
# Template file for 'anydesk'
pkgname=anydesk
version=5.5.4
version=5.5.5
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=7a96be4d607b4115999610d324913d57bd7c2fad7137d465276ac157f80fc2e7
checksum=606950997cfa607eff0f68018b8e6962f2491037a7c590d6e150befcaabe5225
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i386.tar.gz"
checksum=79be3846fc51088bc5461752a6f66dae4bb5b9772c84fdd2cb8ece1b8965ba27
checksum=ead02c9778711a6f028fb0f26f9ef9a48b76ef8f374124b45827e451a55f082a
fi
do_install() {