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