summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2020-06-18 07:16:23 +0200
committerfxd2020-06-18 07:16:23 +0200
commit76fe9d1b03902c8697b79411321bb476939205fe (patch)
treeea06b1f368c993bcc0cde0b24070f562e28d4e2e
parent28e33cd7eff5256669e3c51f496a683ae5a13cd1 (diff)
downloadaur-76fe9d1b03902c8697b79411321bb476939205fe.tar.gz
Update to 6.11.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0517693b8c91..9baa45b0a716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 6.10.12
+ pkgver = 6.11.2
pkgrel = 1
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.10/Linux/nomachine-enterprise-client_6.10.12_1_x86_64.tar.gz
- sha256sums = d3666a516a6bdd01f441b3faa7e8d3ab422f73cae4f307d96d141431c96a8347
+ source = http://download.nomachine.com/download/6.11/Linux/nomachine-enterprise-client_6.11.2_1_x86_64.tar.gz
+ sha256sums = fd2337be8ce478a55ed16d23752b2aaa2095693bcdbe5ec00c22970b11ea4f34
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 23ad8cdb4148..1a95e0adf858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.10.12
+pkgver=6.11.2
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=("d3666a516a6bdd01f441b3faa7e8d3ab422f73cae4f307d96d141431c96a8347")
+ sha256sums=("fd2337be8ce478a55ed16d23752b2aaa2095693bcdbe5ec00c22970b11ea4f34")
_carch=_x86_64
- source=("http://download.nomachine.com/download/6.10/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.11/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=("ae432ded70db9710081e06bd1bf7c8fa40fa3a20bb3d36fccf395e96c0161c84")
+ sha256sums=("35c4ea48079efc1608bbe85660fb368e4b2b0542131c8eea3a9e3c24c94734e2")
_carch=_i686
- source=("http://download.nomachine.com/download/6.10/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.11/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()