kcgi: update to 0.11.0.
This commit is contained in:
parent
8586639ce3
commit
43bd6cfb2f
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'kcgi'
|
||||
pkgname=kcgi
|
||||
version=0.10.18
|
||||
version=0.11.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man SBINDIR=/usr/bin"
|
||||
make_cmd="bmake"
|
||||
make_check_target="regress"
|
||||
hostmakedepends="bmake which"
|
||||
checkdepends="pkg-config libcurl-devel"
|
||||
hostmakedepends="bmake which pkg-config"
|
||||
makedepends="zlib-devel"
|
||||
checkdepends="libcurl-devel"
|
||||
short_desc="Minimal CGI library for web applications in C"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://kristaps.bsd.lv/kcgi/"
|
||||
changelog="https://kristaps.bsd.lv/kcgi/archive.html"
|
||||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||
checksum=b7d4649a48ca6cfc9b97cfd9a063a99de74756bd6120d7200e32eeb2ed9d9ee4
|
||||
checksum=d463ac72ad656c7669dc135f5f6be3ef6737ba0ea88b70da95ba510fc33dcdab
|
||||
|
||||
seccomp_audit_get_suffix() {
|
||||
case "$1" in
|
||||
|
|
Loading…
Reference in a new issue