summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2017-02-06 08:50:27 +0100
committerfxd2017-02-06 08:50:27 +0100
commite07e1903310e65122e7fb770f01a1f47c1e40b40 (patch)
treef26b0a5bf0528a47c011a864a1e2549a93867608
parenta3c6d4d14ac33672309a6a56d760964a115f0a27 (diff)
downloadaur-e07e1903310e65122e7fb770f01a1f47c1e40b40.tar.gz
Update to 5.2.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f29d18191c1..67b44adfa55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 5.1.62
+ pkgver = 5.2.11
pkgrel = 1
url = http://www.nomachine.com
install = nm-ent-client.install
@@ -9,8 +9,8 @@ pkgbase = nomachine-enterprise-client
license = custom:"Copyright 2002-2015 NoMachine S.a r.l."
conflicts = nomachine nxmanager nxwebplayer nxserver nxnode nxclient
options = !strip
- source = http://download.nomachine.com/download/5.1/Linux/nomachine-enterprise-client_5.1.62_1_x86_64.tar.gz
- sha256sums = a813ccf6ef22991d91675a59242f023a4456402e631fcbaabb1260d308d26ed4
+ source = http://download.nomachine.com/download/5.2/Linux/nomachine-enterprise-client_5.2.11_1_x86_64.tar.gz
+ sha256sums = 6a6c6ae7638184f770ef9d918b5533dde92d6db54fc5a7f60c3d547e0e88a712
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index a693af75ea1d..571240e8a5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=5.1.62
+pkgver=5.2.11
pkgrel=1
x64_rel=1
i386_rel=1
@@ -14,13 +14,13 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('a813ccf6ef22991d91675a59242f023a4456402e631fcbaabb1260d308d26ed4')
+ sha256sums=('6a6c6ae7638184f770ef9d918b5533dde92d6db54fc5a7f60c3d547e0e88a712')
_carch=_x86_64
- source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/5.2/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('93e6935a7154a7dff42eeb96a051e83d3b0e63cdfd35f0dbb5b1387596571298')
+ sha256sums=('443e69f29479fc0cf4d2496635de63d9f7c336f11fd6747170ac1e8042c97086')
_carch=_i686
- source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/5.2/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()