summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Roberts2019-03-03 22:17:03 +0000
committerPeter Roberts2019-03-03 22:17:03 +0000
commitc55faa7a4e162d736caccc2c010fc0494631d8c4 (patch)
treedf6984f7a123c656c01963e498cde5cb4b62df84
parent94c09e87e545323ff74d38ef3e2afc057862fac1 (diff)
downloadaur-c55faa7a4e162d736caccc2c010fc0494631d8c4.tar.gz
v0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a26730499aa8..d8eb8ab16278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zoom-parallel
pkgdesc = Parallel command executor with a focus on simplicity and good cross-platform behaviour
- pkgver = 0.1.1
- pkgrel = 3
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://github.com/pwr22/zoom
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = https://github.com/pwr22/zoom/archive/v0.1.1.tar.gz
- sha256sums = 8819f6414919f9c38273398ac02a691e6235ac757bb9c05a739f59971a699e34
+ source = https://github.com/pwr22/zoom/archive/v0.1.2.tar.gz
+ sha256sums = 667ba0fa6afab4b71c0fcc3a1047c8f3c047c39b9d769223df56e3d531e01f83
pkgname = zoom-parallel
diff --git a/PKGBUILD b/PKGBUILD
index 0559348835b6..d36bd7d52b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Roberts <me@peter-r.co.uk>
pkgname=zoom-parallel
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
pkgdesc="Parallel command executor with a focus on simplicity and good cross-platform behaviour "
arch=("x86_64")
url="https://github.com/pwr22/zoom"
@@ -9,7 +9,7 @@ license=('MIT')
depends=("glibc")
makedepends=("go")
source=("https://github.com/pwr22/zoom/archive/v$pkgver.tar.gz")
-sha256sums=("8819f6414919f9c38273398ac02a691e6235ac757bb9c05a739f59971a699e34")
+sha256sums=("667ba0fa6afab4b71c0fcc3a1047c8f3c047c39b9d769223df56e3d531e01f83")
_cmdname=zoom # name of the command - there's a clash so the package name is longer