summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2020-05-13 10:08:06 +0200
committerfxd2020-05-13 10:08:06 +0200
commitae932326fba43be660fc530a41ddddd94d6ba25d (patch)
tree0e9931782135901333a12a053f5504aeb7a12b76
parent6a2271606cd28caea4226298b50f0f2b76f778fb (diff)
downloadaur-ae932326fba43be660fc530a41ddddd94d6ba25d.tar.gz
Update to 6.10.12-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 609c2ffee932..7c5e1b4b7619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 6.9.2
+ pkgver = 6.10.12
pkgrel = 1
url = http://www.nomachine.com
install = nm-ent-client.install
@@ -14,7 +14,7 @@ pkgbase = nomachine-enterprise-client
conflicts = nxnode
conflicts = nxclient
options = !strip
- source = http://download.nomachine.com/download/6.9/Linux/nomachine-enterprise-client_6.9.2_1_x86_64.tar.gz
+ source = http://download.nomachine.com/download/6.10/Linux/nomachine-enterprise-client_6.10.12_1_x86_64.tar.gz
sha256sums = 5d025edecfd6be582f4149adcd9a7a3d5964b87ccd3f5bace25145808e24ac03
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 79b6e74a3a0c..ae51a7626c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=6.9.2
+pkgver=6.10.12
pkgrel=1
x64_rel=1
i386_rel=1
@@ -16,11 +16,11 @@ install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
sha256sums=("5d025edecfd6be582f4149adcd9a7a3d5964b87ccd3f5bace25145808e24ac03")
_carch=_x86_64
- source=("http://download.nomachine.com/download/6.9/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.10/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
sha256sums=("eb4e986ca90925d4ec2d0360cd43affb3b5b046172216dc5799c78d7459b4e8c")
_carch=_i686
- source=("http://download.nomachine.com/download/6.9/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/6.10/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()