mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
anydesk: update to 5.1.2
This commit is contained in:
parent
9bd6d6ddd7
commit
97e2e2e308
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'anydesk'
|
# Template file for 'anydesk'
|
||||||
pkgname=anydesk
|
pkgname=anydesk
|
||||||
version=5.1.1
|
version=5.1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc=${pkgname}-${version}
|
wrksrc=${pkgname}-${version}
|
||||||
|
@ -14,10 +14,10 @@ restricted=yes
|
||||||
|
|
||||||
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
|
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
|
||||||
distfiles="https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
|
distfiles="https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
|
||||||
checksum=cb72b79ac1476bfb295f3e27d2127d4868107e324f6473b089b448c7f3df55a4
|
checksum=02d98ca58dfa053d5dc59fb198992a3066ebd66b9faff8948421d233b5e03d56
|
||||||
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||||
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i686.tar.gz"
|
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i386.tar.gz"
|
||||||
checksum=87d9a4ccfa6e46c7174e943453fc97418c73b6b8255631f36e9def3bc3fe6b82
|
checksum=6ca826ead232e9bd54fb445524ab5efee5df7edd84fc90cd30567b54376950bf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -29,4 +29,3 @@ do_install() {
|
||||||
vbin anydesk
|
vbin anydesk
|
||||||
vlicense copyright
|
vlicense copyright
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue