summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2017-04-18 07:21:55 +0200
committerfxd2017-04-18 07:21:55 +0200
commit42817431374fba1496ba94e8645352a77209b412 (patch)
tree73065c4ad63546ceb69fce63985300d987a842bc
parente8f835408bd39a2af6ab736bcf072be757f31f21 (diff)
downloadaur-42817431374fba1496ba94e8645352a77209b412.tar.gz
Update to 5.2.21-1 - shasum correct
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2699d076dea..7e8d38f2d7a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = nomachine-enterprise-client
conflicts = nomachine nxmanager nxwebplayer nxserver nxnode nxclient
options = !strip
source = http://download.nomachine.com/download/5.2/Linux/nomachine-enterprise-client_5.2.21_1_x86_64.tar.gz
- sha256sums = 6a6c6ae7638184f770ef9d918b5533dde92d6db54fc5a7f60c3d547e0e88a712
+ sha256sums = 2af65229a8667289c3d097c5fba941175424d5350f79ff156b912ecf05362d5a
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 365ca3d94c5a..6b4921b1a7ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,11 @@ conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient')
install=nm-ent-client.install
if [ "${CARCH}" = "x86_64" ]; then
- sha256sums=('6a6c6ae7638184f770ef9d918b5533dde92d6db54fc5a7f60c3d547e0e88a712')
+ sha256sums=('2af65229a8667289c3d097c5fba941175424d5350f79ff156b912ecf05362d5a')
_carch=_x86_64
source=("http://download.nomachine.com/download/5.2/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('443e69f29479fc0cf4d2496635de63d9f7c336f11fd6747170ac1e8042c97086')
+ sha256sums=('22e84483609327b347339a142625f537ce4d4e5afc7012c6900399762fc86623')
_carch=_i686
source=("http://download.nomachine.com/download/5.2/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi