summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29c3633a4c72..b65235ec2aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.0.62
-pkgrel=6
-x64_rel=6
-i386_rel=6
+pkgver=6.0.66
+pkgrel=2
+x64_rel=2
+i386_rel=2
pkgdesc="Remote desktop application"
url="http://www.nomachine.com"
license=('custom:"Copyright 2002-2015 NoMachine S.a r.l."')
@@ -14,11 +14,11 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('8b721fdb757f697fd04411a77fce8f9b380653780697ebaed02c19884408ffd4')
+ sha256sums=('3f5c6ecfc2a3038bfcdebefcca50d43cf7ded9bbfd09fa57ed342cf2e58fbbb4')
_carch=_x86_64
source=("http://download.nomachine.com/download/6.0/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('ca8ec4f697790c5905a582c85773f9c28672a27ca103cfc7053e7799e685084c')
+ sha256sums=('3b2810c247bc5fbe04eddb2768ec949046fd505387600c8033fc3f8f103ea79b')
_carch=_i686
source=("http://download.nomachine.com/download/6.0/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi