anydesk: update to 5.4.1.
This commit is contained in:
parent
fc6f165245
commit
06c3d048be
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'anydesk'
|
||||
pkgname=anydesk
|
||||
version=5.4.0
|
||||
version=5.4.1
|
||||
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=0b4b619d4c2aeed17afdfff8e385f4ac1030bb5500ce5ef36732361e2a3cede1
|
||||
checksum=69a6799911ea1054ae0676e2cc18ee93a71ce2f1896b013ce9586dd5d67aabfd
|
||||
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i386.tar.gz"
|
||||
checksum=cf99214e166be2fd6b289a486d4651825a61fc9f8767c6ed85a3d68f65ce8896
|
||||
checksum=b3ca49ec467e1fefe5cb652e3ec79e58e1bd13759a563d373c76b0e177f71c87
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue