summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFerdinand Bachmann2021-12-30 16:38:59 +0100
committerFerdinand Bachmann2021-12-30 16:38:59 +0100
commit4c51ecb62a72ede95d2a343944e4ec66110e5ed0 (patch)
tree823abc2a749d2cea283c0e4a490fb0f5480af430 /PKGBUILD
parentd27c3c5b9e656138e3eb4d4c30583e9451266622 (diff)
downloadaur-4c51ecb62a72ede95d2a343944e4ec66110e5ed0.tar.gz
release 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2bdac1c6755..11ae3e0c4688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ferdinand B <theferdi265@gmail.com>
pkgname=pipectl
-pkgver=0.1.2
+pkgver=0.2.0
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=('SKIP')
+sha256sums=('b56bbc7a8cdd5266193410fd369fbd57a22a71383b90e6ec233cfd6f6fe3259a')
build() {
cmake -B build -S "$srcdir/pipectl-$pkgver" -DCMAKE_INSTALL_PREFIX=/usr