summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Roberts2019-02-24 19:07:20 +0000
committerPeter Roberts2019-02-24 19:07:20 +0000
commit5638e549c8627dea26aefe77a7b40a057f8f60f2 (patch)
treea95265974e983a6268fb7b899d42fb41d67e11cd
parent9914604f3acbe3e59aec225d89f1f10d157aac44 (diff)
downloadaur-5638e549c8627dea26aefe77a7b40a057f8f60f2.tar.gz
v0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f927fd204f9a..854c105c75d5 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.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/pwr22/zoom
arch = x86_64
license = MIT
makedepends = go-pie
depends = glibc
- source = https://github.com/pwr22/zoom/archive/v0.1.0.tar.gz
- sha256sums = ebca9896023ca15bf460cf0f63d46e4f8887d43faae726b7e4b8b1adfd06cabd
+ source = https://github.com/pwr22/zoom/archive/v0.1.1.tar.gz
+ sha256sums = 8819f6414919f9c38273398ac02a691e6235ac757bb9c05a739f59971a699e34
pkgname = zoom-parallel
diff --git a/PKGBUILD b/PKGBUILD
index a5315ed963f3..3072958bc235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Peter Roberts <me@peter-r.co.uk>
pkgname=zoom-parallel
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Parallel command executor with a focus on simplicity and good cross-platform behaviour "
arch=("x86_64")
@@ -9,7 +9,7 @@ license=('MIT')
depends=("glibc")
makedepends=("go-pie")
source=("https://github.com/pwr22/zoom/archive/v$pkgver.tar.gz")
-sha256sums=("ebca9896023ca15bf460cf0f63d46e4f8887d43faae726b7e4b8b1adfd06cabd")
+sha256sums=("8819f6414919f9c38273398ac02a691e6235ac757bb9c05a739f59971a699e34")
_cmdname=zoom # name of the command - there's a clash so the package name is longer