summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2019-03-29 08:33:43 +0100
committerAndreas Baumann2019-03-29 08:33:43 +0100
commitf2e7dc00d4581de13f3c969e1fff5553f6b677ce (patch)
tree6ce4dfe484fe016071e433419fdb2407e28d1458
parentd8bc5943c09737731151497b73f2f2b2e06f03d1 (diff)
downloadaur-f2e7dc00d4581de13f3c969e1fff5553f6b677ce.tar.gz
updated to 1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b333592502..5c4864bec39f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = shmux
pkgdesc = shmux - executing the same command on many hosts in parallel.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/shmux/shmux
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = custom:3-clause BSD
- source = https://github.com/shmux/shmux/archive/v1.0.2.tar.gz
- sha512sums = 8ef0c586d9fc5523877aa062d928a1cbd50dfe75967f7bd5347d6671274c82e427af1447948f175efdb8c7b57e07f7a3ea4dc301c36bb3ca42e1f7c241fb4e2c
+ source = https://github.com/shmux/shmux/archive/v1.0.3.tar.gz
+ sha512sums = fb1dbb9701913fb97fb82914b9ae277703aec48cafdf74bcaa4a194ba242b62aff34e004507d6931475f320f89d62ed465360c0bc5cf2ff45abe7482b3127197
pkgname = shmux
diff --git a/PKGBUILD b/PKGBUILD
index c1340063aaaa..d76698abae14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
pkgname=shmux
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="shmux - executing the same command on many hosts in parallel."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/shmux/shmux"
license=('custom:3-clause BSD')
-source=("https://github.com/shmux/shmux/archive/v1.0.2.tar.gz")
-sha512sums=('8ef0c586d9fc5523877aa062d928a1cbd50dfe75967f7bd5347d6671274c82e427af1447948f175efdb8c7b57e07f7a3ea4dc301c36bb3ca42e1f7c241fb4e2c')
+source=("https://github.com/shmux/shmux/archive/v${pkgver}.tar.gz")
+sha512sums=('fb1dbb9701913fb97fb82914b9ae277703aec48cafdf74bcaa4a194ba242b62aff34e004507d6931475f320f89d62ed465360c0bc5cf2ff45abe7482b3127197')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"