summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-11-26 23:43:48 +0200
committerAdrian Perez de Castro2023-11-26 23:50:49 +0200
commitb557f056c81845f9942cdb782aca6633649b7f29 (patch)
treebc36f04ba39bb3224d75f4ec5fbf291c4f33c115
parent591da70e4d261bef9e8f9c73e74cd16c09f371ef (diff)
downloadaur-b557f056c81845f9942cdb782aca6633649b7f29.tar.gz
Bump to version 0.13.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe8a6f47d41..6024c4d27fd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcgi
pkgdesc = Minimal CGI and FastCGI library
- pkgver = 0.13.0
+ pkgver = 0.13.2
pkgrel = 1
url = http://kristaps.bsd.lv/kcgi/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = kcgi
makedepends = libseccomp
makedepends = libmd
depends = glibc
- source = git+https://github.com/kristapsdz/kcgi.git#commit=2601ac1ef77345902f4c86f08924cfc678227e86
+ source = git+https://github.com/kristapsdz/kcgi.git#commit=b5e880fd47041d9f2f88f6e62c54b6e6689de4d5
b2sums = SKIP
pkgname = kcgi
diff --git a/PKGBUILD b/PKGBUILD
index 993b85efe7cb..07016ce22206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Wilhelm Schuster <wilhelm [aT] wilhelm [.] re>
pkgname=kcgi
-pkgver=0.13.0
+pkgver=0.13.2
pkgrel=1
pkgdesc="Minimal CGI and FastCGI library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://kristaps.bsd.lv/kcgi/"
license=('custom:ISC')
depends=('glibc')
makedepends=('git' 'bmake' 'libseccomp' 'libmd')
-_commit='2601ac1ef77345902f4c86f08924cfc678227e86'
+_commit='b5e880fd47041d9f2f88f6e62c54b6e6689de4d5'
source=("git+https://github.com/kristapsdz/kcgi.git#commit=$_commit")
b2sums=('SKIP')