summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e719c422f850..33d3e1b8de9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=anydesk-bin
-pkgver=6.2.1
+pkgver=6.3.0
_pkgver_i686="6.0.1"
-pkgrel=2
+pkgrel=1
pkgdesc="The Fast Remote Desktop Application"
arch=('i686' 'x86_64')
url="https://anydesk.com"
@@ -19,7 +19,7 @@ source_i686=("https://download.anydesk.com/linux/anydesk-${_pkgver_i686}-i386.ta
source_x86_64=("https://download.anydesk.com/linux/anydesk-${pkgver}-amd64.tar.gz")
sha256sums_i686=('cb22b026e2d81c0de220238fa3d4e13a6d0016787b8c680923794296bbd548e2')
-sha256sums_x86_64=('96a7ded2144ecdaff381c34e49eee3275caaaac00847e91abf5e7783706c989c')
+sha256sums_x86_64=('b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452')
package() {
if [ `uname -m` != "x86_64" ];