summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxd2018-04-20 07:35:01 +0200
committerfxd2018-04-20 07:35:01 +0200
commit231f5e69d5415b74e664c4aedcfb063b05d43d34 (patch)
tree2925f58952a3c38195169c11a37e0341c94b9abe
parentd353463f0ea5df690c1bf80905534344c6a5ee33 (diff)
downloadaur-231f5e69d5415b74e664c4aedcfb063b05d43d34.tar.gz
corrected sha sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5881a9001b66..97f517db0f95 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/6.1/Linux/nomachine-enterprise-client_6.1.6_9_x86_64.tar.gz
- sha256sums = 953ec5ac3e52bdd1a93657792fd6e327d17b0354e1d95fd615f31c17bc7f4b1d
+ sha256sums = bffb6d012c2002fe63c8bba265a20cdbde5c387188a8a6785dea28aaaa2434ea
pkgname = nomachine-enterprise-client
diff --git a/PKGBUILD b/PKGBUILD
index 4f6b23ae7035..15f2d378dbef 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=('953ec5ac3e52bdd1a93657792fd6e327d17b0354e1d95fd615f31c17bc7f4b1d')
+ sha256sums=('bffb6d012c2002fe63c8bba265a20cdbde5c387188a8a6785dea28aaaa2434ea')
_carch=_x86_64
source=("http://download.nomachine.com/download/6.1/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz")
elif [ "${CARCH}" = "i686" ]; then
- sha256sums=('8f9908c75ea3b692bff5cdb12575ab0a6d09b1d61b2c6fbad976e79043de1f24')
+ sha256sums=('c6fd85e4342a3c31bda0d68eb7ad6c5fce6bfa98c2edd19795493debb9ad7e96')
_carch=_i686
source=("http://download.nomachine.com/download/6.1/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz")
fi