summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2016-11-23 07:23:10 +0100
committerfxd2016-11-23 07:23:10 +0100
commita3c6d4d14ac33672309a6a56d760964a115f0a27 (patch)
tree3db18eb1011e3d3dd5fb7fe04965d16ee3b03618
parent2e3d9fad631839eb285761747c17c00486e01ddd (diff)
downloadaur-a3c6d4d14ac33672309a6a56d760964a115f0a27.tar.gz
Update to 5.1.62-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c42c305ae93..9f29d18191c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 5.1.54
+ pkgver = 5.1.62
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.54_1_x86_64.tar.gz
- sha256sums = 33efb22ade205349ef02e04fcbbefcaca117743906d62c2c194a8fab8d390a49
+ source = http://download.nomachine.com/download/5.1/Linux/nomachine-enterprise-client_5.1.62_1_x86_64.tar.gz
+ sha256sums = a813ccf6ef22991d91675a59242f023a4456402e631fcbaabb1260d308d26ed4
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 7169d4640be9..a693af75ea1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=5.1.54
+pkgver=5.1.62
pkgrel=1
x64_rel=1
i386_rel=1
@@ -14,11 +14,11 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('33efb22ade205349ef02e04fcbbefcaca117743906d62c2c194a8fab8d390a49')
+ sha256sums=('a813ccf6ef22991d91675a59242f023a4456402e631fcbaabb1260d308d26ed4')
_carch=_x86_64
source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('ad7181ebed0cc4166862850c4aa79800d2a639a4b8ac30e4b6542fb01baa1dbb')
+ sha256sums=('93e6935a7154a7dff42eeb96a051e83d3b0e63cdfd35f0dbb5b1387596571298')
_carch=_i686
source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi