mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
anydesk: update to 6.1.0,
- also drop i686 - upstream has ended support for 32bit.
This commit is contained in:
parent
2a0100e47f
commit
692d329531
1 changed files with 6 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'anydesk'
|
||||
pkgname=anydesk
|
||||
version=6.0.1
|
||||
revision=3
|
||||
archs="i686 x86_64"
|
||||
version=6.1.0
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="patchelf rpmextract w3m"
|
||||
short_desc="Fast remote desktop application"
|
||||
|
@ -13,12 +13,9 @@ homepage="https://anydesk.com/remote-desktop"
|
|||
nopie=yes
|
||||
restricted=yes
|
||||
|
||||
distfiles="https://download.anydesk.com/linux/anydesk_$version-1_$XBPS_TARGET_MACHINE.rpm"
|
||||
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ] ; then
|
||||
checksum=df029878486944bf0400e90746fe738eee0fc3f849e7f47f19d432fcb357c03e
|
||||
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||
checksum=b92a366a8233be44f556c81f274bdce3e527591987cc4c8d2b490fcd410305ed
|
||||
fi
|
||||
distfiles="https://download.anydesk.com/linux/anydesk_$version-1_x86_64.rpm"
|
||||
checksum=35772d898afa8cba0f410775fdd7e1e8e7b753130c906db94801895c0ea74754
|
||||
|
||||
_eula_digest=f6386c15e187b6eac0ccd2564d3a873ae07d4b46a6b61dda13464caf5d54a319
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Add table
Reference in a new issue