Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anydesk: update to 5.1.0 #12409

Merged
merged 1 commit into from
Jun 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions srcpkgs/anydesk/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'anydesk'
pkgname=anydesk
version=5.0.0
version=5.1.0
revision=1
archs="i686 x86_64"
wrksrc=${pkgname}-${version}
Expand All @@ -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=3c1c694ea990d7bbc1bd10ec60502cb6801d042bbbaee82ca0f6d8f114869ca1
checksum=edf0b040c00d90c370d4d53ab2bb0dd4f2257050bcf6d665fc3f7f2c243fae7e
elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
distfiles="https://download.anydesk.com/linux/anydesk-${version}-i686.tar.gz"
checksum=97905b6d678a0289cc4ea387525648d2b125363f979bb7de63d8af6f21037463
checksum=6aff74caf96481fc6488ee4f951b61f17577d703b759488f698640bcd24ac63e
fi

do_install() {
Expand All @@ -29,7 +29,5 @@ do_install() {
vcopy "polkit-1/*.policy" usr/share/polkit-1/actions
vbin anydesk
vlicense copyright
vdoc changelog
vdoc README
}