confuse: update to 3.3.
This commit is contained in:
parent
d2cea3f95d
commit
8db8994927
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'confuse'
|
# Template file for 'confuse'
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=3.2.2
|
version=3.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --enable-static"
|
configure_args="--enable-shared --enable-static"
|
||||||
short_desc="Small configuration file parser library for C"
|
short_desc="Small configuration file parser library for C"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/martinh/libconfuse/"
|
homepage="https://github.com/martinh/libconfuse"
|
||||||
changelog="https://github.com/martinh/libconfuse/raw/master/ChangeLog.md"
|
changelog="https://github.com/martinh/libconfuse/raw/master/ChangeLog.md"
|
||||||
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
distfiles="${homepage}/releases/download/v${version}/confuse-${version}.tar.xz"
|
||||||
checksum=a9240b653d02e8cfc52db48e8c4224426e528e1faa09b65e8ca08a197fad210b
|
checksum=1dd50a0320e135a55025b23fcdbb3f0a81913b6d0b0a9df8cc2fdf3b3dc67010
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue