summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Bachmann2021-12-31 15:24:38 +0100
committerFerdinand Bachmann2021-12-31 15:24:38 +0100
commit0d3453bd02c27249d4127e7560d99c1a8595a4d3 (patch)
tree058e03a5f5bda928ef511a7022121e17ae1efc8f
parent4c51ecb62a72ede95d2a343944e4ec66110e5ed0 (diff)
downloadaur-0d3453bd02c27249d4127e7560d99c1a8595a4d3.tar.gz
release 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c69e1f4d6ff..ab390975c63a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipectl
pkgdesc = a simple named pipe management utility
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/Ferdi265/pipectl
arch = i686
@@ -8,7 +8,7 @@ pkgbase = pipectl
license = GPL3
makedepends = git
makedepends = cmake
- source = pipectl-0.2.0.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.2.0.tar.gz
- sha256sums = b56bbc7a8cdd5266193410fd369fbd57a22a71383b90e6ec233cfd6f6fe3259a
+ source = pipectl-0.2.1.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.2.1.tar.gz
+ sha256sums = af0e0bf626c44007158ba3cd96cf9f2ed3e38231bf59224090f22fd9cb9cc259
pkgname = pipectl
diff --git a/PKGBUILD b/PKGBUILD
index 11ae3e0c4688..3eab779a4f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ferdinand B <theferdi265@gmail.com>
pkgname=pipectl
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="a simple named pipe management utility"
url="https://github.com/Ferdi265/pipectl"
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake')
source=(
"pipectl-$pkgver.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v$pkgver.tar.gz"
)
-sha256sums=('b56bbc7a8cdd5266193410fd369fbd57a22a71383b90e6ec233cfd6f6fe3259a')
+sha256sums=('af0e0bf626c44007158ba3cd96cf9f2ed3e38231bf59224090f22fd9cb9cc259')
build() {
cmake -B build -S "$srcdir/pipectl-$pkgver" -DCMAKE_INSTALL_PREFIX=/usr