summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2020-12-18 09:56:05 +0100
committerfxd2020-12-18 09:56:05 +0100
commitafe3871ff37dcac3369d20d738320b1095b3f812 (patch)
tree4d6ad01ed9a2e8ad6c79a75e8746322119b26869
parentf72d4aa853ea379c22af552ba6da43ade39bc793 (diff)
downloadaur-afe3871ff37dcac3369d20d738320b1095b3f812.tar.gz
Update to 7.0.208
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907c8a1b0d60..bd82320e2a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 6.12.3
+ pkgver = 7.0.208
pkgrel = 7
url = http://www.nomachine.com
install = nm-ent-client.install
@@ -14,8 +14,8 @@ pkgbase = nomachine-enterprise-client
conflicts = nxnode
conflicts = nxclient
options = !strip
- source = http://download.nomachine.com/download/6.12/Linux/nomachine-enterprise-client_6.12.3_7_x86_64.tar.gz
- sha256sums = 72f4a68da4663bc3a95d7a2804cdc2c8243dffd69b74ff4820082c63cbd0031f
+ source = http://download.nomachine.com/download/7.0/Linux/nomachine-enterprise-client_7.0.208_7_x86_64.tar.gz
+ sha256sums = a6aa8d10c85de2c659a10dd729441678f1627786f63a34c0bb2a2d37354742ef
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 628d4a5672c4..aea29f255a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.12.3
+pkgver=7.0.208
pkgrel=7
x64_rel=7
-i386_rel=8
+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=("72f4a68da4663bc3a95d7a2804cdc2c8243dffd69b74ff4820082c63cbd0031f")
+ sha256sums=("a6aa8d10c85de2c659a10dd729441678f1627786f63a34c0bb2a2d37354742ef")
_carch=_x86_64
- source=("http://download.nomachine.com/download/6.12/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/7.0/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=("1dc4df7cdcd9586186f74aa5a65f6623b5b4c8c461a1b5a32523b6ffd0e89e2d")
+ sha256sums=("e31ba797d1a5ffa74b21787efab3d54550b16488b2fee52856437201e9eef6a4")
_carch=_i686
- source=("http://download.nomachine.com/download/6.12/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/7.0/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()