mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kcgi: update to 0.10.18.
This commit is contained in:
parent
b678875fab
commit
541c9237db
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'kcgi'
|
# Template file for 'kcgi'
|
||||||
pkgname=kcgi
|
pkgname=kcgi
|
||||||
version=0.10.15
|
version=0.10.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man SBINDIR=/usr/bin"
|
configure_args="PREFIX=/usr MANDIR=/usr/share/man SBINDIR=/usr/bin"
|
||||||
make_cmd="bmake"
|
make_cmd="bmake"
|
||||||
make_check_target="regress"
|
make_check_target="regress"
|
||||||
hostmakedepends="bmake"
|
hostmakedepends="bmake which"
|
||||||
checkdepends="pkg-config libcurl-devel"
|
checkdepends="pkg-config libcurl-devel"
|
||||||
short_desc="Minimal CGI library for web applications in C"
|
short_desc="Minimal CGI library for web applications in C"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
@ -14,7 +14,7 @@ license="ISC"
|
||||||
homepage="http://kristaps.bsd.lv/kcgi/"
|
homepage="http://kristaps.bsd.lv/kcgi/"
|
||||||
changelog="https://kristaps.bsd.lv/kcgi/archive.html"
|
changelog="https://kristaps.bsd.lv/kcgi/archive.html"
|
||||||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||||
checksum=4acefd100c02f1eaf9906b4692c24635358c23a16cb5242af2f03a5bbac572d1
|
checksum=b7d4649a48ca6cfc9b97cfd9a063a99de74756bd6120d7200e32eeb2ed9d9ee4
|
||||||
|
|
||||||
seccomp_audit_get_suffix() {
|
seccomp_audit_get_suffix() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue