summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7feeede732c7..79b40f9c734c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomachine-enterprise-client
pkgdesc = Remote desktop application
- pkgver = 7.3.2
+ pkgver = 7.4.1
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/7.3/Linux/nomachine-enterprise-client_7.3.2_1_x86_64.tar.gz
- sha256sums = db3874cced93caf94274f11c3fa3c1ebea23838530f4a82169726f63e8cc3521
+ source = http://download.nomachine.com/download/7.4/Linux/nomachine-enterprise-client_7.4.1_1_x86_64.tar.gz
+ sha256sums = ecfc67141c56cdaf8831583c1883254c925b6bdfdfee79065f4c4e6dc4d8254e
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 906f2968492c..0fba8096ece5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FD <fxd@seznam.cz>
pkgname=nomachine-enterprise-client
-pkgver=7.3.2
+pkgver=7.4.1
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=("db3874cced93caf94274f11c3fa3c1ebea23838530f4a82169726f63e8cc3521")
+ sha256sums=("ecfc67141c56cdaf8831583c1883254c925b6bdfdfee79065f4c4e6dc4d8254e")
_carch=_x86_64
- source=("http://download.nomachine.com/download/7.3/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/7.4/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=("7374b4c9d8a3de5fa3cfd0da949b818ed28aeb7bb783ccc64de76af749f102b3")
+ sha256sums=("ca0ea984ff7c5f969c5a3d695105c1e492df5b10761bb70337f7773fb606b836")
_carch=_i686
- source=("http://download.nomachine.com/download/7.3/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
+ source=("http://download.nomachine.com/download/7.4/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi
package()