summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Bachmann2022-07-20 10:27:40 +0200
committerFerdinand Bachmann2022-07-20 10:27:40 +0200
commite04d3a836516112baadf8a5d0d389f0fd0ad8c57 (patch)
tree0605db69d95e00756bc5166b0f912968e00470ed
parenta25a13b55fec772e80e48c7aa5ecbb0c5a09d0ae (diff)
downloadaur-e04d3a836516112baadf8a5d0d389f0fd0ad8c57.tar.gz
release (0.4.1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f9548d012b..363084d884df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipectl
pkgdesc = a simple named pipe management utility
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/Ferdi265/pipectl
arch = i686
@@ -8,7 +8,7 @@ pkgbase = pipectl
license = GPL3
makedepends = cmake
makedepends = scdoc
- source = pipectl-0.4.0.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.4.0.tar.gz
- sha256sums = 6fa585c666d779c638ddba90f2340c0a070532137c1a84ae1a0ce0080f7f1b52
+ source = pipectl-0.4.1.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.4.1.tar.gz
+ sha256sums = d7b04d6a08f0f1cd61e62de52006902aac3b3254002712c19f71dffe0bf379c7
pkgname = pipectl
diff --git a/PKGBUILD b/PKGBUILD
index 8058a3ccd9f2..8545e46eb46e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ferdinand B <theferdi265@gmail.com>
pkgname=pipectl
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="a simple named pipe management utility"
url="https://github.com/Ferdi265/pipectl"
@@ -12,7 +12,7 @@ makedepends=('cmake' 'scdoc')
source=(
"pipectl-$pkgver.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v$pkgver.tar.gz"
)
-sha256sums=('6fa585c666d779c638ddba90f2340c0a070532137c1a84ae1a0ce0080f7f1b52')
+sha256sums=('d7b04d6a08f0f1cd61e62de52006902aac3b3254002712c19f71dffe0bf379c7')
build() {
cmake -B build -S "$srcdir/pipectl-$pkgver" \