summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Bachmann2021-12-30 16:38:59 +0100
committerFerdinand Bachmann2021-12-30 16:38:59 +0100
commit4c51ecb62a72ede95d2a343944e4ec66110e5ed0 (patch)
tree823abc2a749d2cea283c0e4a490fb0f5480af430
parentd27c3c5b9e656138e3eb4d4c30583e9451266622 (diff)
downloadaur-4c51ecb62a72ede95d2a343944e4ec66110e5ed0.tar.gz
release 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 728356746605..9c69e1f4d6ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipectl
pkgdesc = a simple named pipe management utility
- pkgver = 0.1.2
+ pkgver = 0.2.0
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.1.2.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.1.2.tar.gz
- sha256sums = SKIP
+ source = pipectl-0.2.0.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.2.0.tar.gz
+ sha256sums = b56bbc7a8cdd5266193410fd369fbd57a22a71383b90e6ec233cfd6f6fe3259a
pkgname = pipectl
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