summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 719e05a20a5b..c2c500d8e364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=5.1.7
+pkgver=5.1.9
pkgrel=6
x64_rel=6
i386_rel=7
@@ -14,11 +14,11 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('7a2d43bae7bfdc6e47980f827cfe764bb767601520fcd6a5e78c40b7aa4ab4cd')
+ sha256sums=('80bea727d9f7b742788da21ca9e1f50f35c132657e8017eb1591d696aa6e76e0')
_carch=_x86_64
source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('ca27841e13ba858a554caf7cd853af02eb39e3e45410e256610637005ec9268d')
+ sha256sums=('8b7b528a17c049e6e275657daf2b67aa2e8c0563a15904233d3844e7a91346db')
_carch=_i686
source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi