summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxd2015-11-30 09:30:15 +0100
committerfxd2015-11-30 09:30:15 +0100
commit6bd0febc5b59e2ffbd4f6ef52808fe2e11cdace1 (patch)
tree0ba0b6fd05f60b0af175c3e87f1946743fb6cdb6 /PKGBUILD
parenta7fdb1f8e4b0c88df5151c661bf5c130531f7329 (diff)
downloadaur-6bd0febc5b59e2ffbd4f6ef52808fe2e11cdace1.tar.gz
Update to 5.0.53-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffe0299f62aa..bac518ea0a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=5.0.47
+pkgver=5.0.53
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=('09e93e18fdbcd43f848963661ce31e0c75dd536da3649b5c2c80b304995cc2fc')
+ sha256sums=('d4d728adc63b575727897773b96bbbc934827b09557806348ea7cb426943f142')
_carch=_x86_64
source=("http://download.nomachine.com/download/5.0/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('55e9518f1ae63603b0e60635d23ff8cbc7c61b9e0a889b9a0cf0dfc652738f0f')
+ sha256sums=('3c1e5ca7f1addf6cc5fce3500a390e41f940db4f521f0d10ffab0f5ca8fe2409')
_carch=_i686
source=("http://download.nomachine.com/download/5.0/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi