summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2017-11-16 08:39:20 +0100
committerfxd2017-11-16 08:39:20 +0100
commit34c385f4fff2981525213dd1950270d305cf388e (patch)
tree10024558facb528c8da2c30054ea8195a30f58ff
parentf2f11805710facc156b86101cbec25a7a4e31d84 (diff)
downloadaur-34c385f4fff2981525213dd1950270d305cf388e.tar.gz
Update to 6.0.62-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3f7a9b2cc7..3e96c7fb8b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 5.3.12
- pkgrel = 10
+ pkgver = 6.0.62
+ pkgrel = 6
url = http://www.nomachine.com
install = nm-ent-client.install
arch = x86_64
@@ -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.3/Linux/nomachine-enterprise-client_5.3.12_10_x86_64.tar.gz
- sha256sums = 688423ec73a3db03c071df1dc8740eb447c2fa1960ebba7e428c0348cf85f380
+ source = http://download.nomachine.com/download/6.0/Linux/nomachine-enterprise-client_6.0.62_6_x86_64.tar.gz
+ sha256sums = 8b721fdb757f697fd04411a77fce8f9b380653780697ebaed02c19884408ffd4
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 77d3895e1a5d..29c3633a4c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=5.3.12
-pkgrel=10
-x64_rel=10
-i386_rel=10
+pkgver=6.0.62
+pkgrel=6
+x64_rel=6
+i386_rel=6
pkgdesc="Remote desktop application"
url="http://www.nomachine.com"
license=('custom:"Copyright 2002-2015 NoMachine S.a r.l."')
@@ -14,13 +14,13 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('688423ec73a3db03c071df1dc8740eb447c2fa1960ebba7e428c0348cf85f380')
+ sha256sums=('8b721fdb757f697fd04411a77fce8f9b380653780697ebaed02c19884408ffd4')
_carch=_x86_64
- source=("http://download.nomachine.com/download/5.3/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.0/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('4ba546443271682e2b3242c3c9870f8b699a15e57c60637448e8fa6ab7f94540')
+ sha256sums=('ca8ec4f697790c5905a582c85773f9c28672a27ca103cfc7053e7799e685084c')
_carch=_i686
- source=("http://download.nomachine.com/download/5.3/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.0/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()