anydesk: update to 5.0.0
This commit is contained in:
parent
8903f354cc
commit
f1352c341d
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'anydesk'
|
||||
pkgname=anydesk
|
||||
version=4.0.1
|
||||
version=5.0.0
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc=${pkgname}-${version}
|
||||
short_desc="Fast remote desktop application"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="Proprietary"
|
||||
license="custom:Proprietary"
|
||||
#Free for personal use. Terms and conditions:https://anydesk.com/en/terms
|
||||
homepage="https://anydesk.com/remote-desktop"
|
||||
nopie=yes
|
||||
|
@ -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=c20b2bc265846563fb64bdb073279e651c34c43dd84b9169b5615d9b9eee6d22
|
||||
checksum=3c1c694ea990d7bbc1bd10ec60502cb6801d042bbbaee82ca0f6d8f114869ca1
|
||||
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i686.tar.gz"
|
||||
checksum=029e97ff8d1be50b2d439dfc832d8d8a1e7df8e8099f96fd9b737d3204692587
|
||||
checksum=97905b6d678a0289cc4ea387525648d2b125363f979bb7de63d8af6f21037463
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue