confuse: update to 3.2.1.
This commit is contained in:
parent
337b8fe69e
commit
4be085a9ae
2 changed files with 4 additions and 4 deletions
|
@ -910,7 +910,7 @@ libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
|
|||
libyaml-0.so.2 libyaml-0.1.4_1
|
||||
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
|
||||
libyajl.so.2 yajl-2.0.1_1
|
||||
libconfuse.so.1 confuse-3.0_1
|
||||
libconfuse.so.2 confuse-3.2.1_1
|
||||
libclang.so.4 clang-4.0.0_1
|
||||
libLLVM-3.8.so libllvm3.8-3.8.0_1
|
||||
libLLVM-3.8.1.so libllvm3.8-3.8.1_1
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'confuse'
|
||||
pkgname=confuse
|
||||
version=3.2
|
||||
version=3.2.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --enable-static"
|
||||
short_desc="Small configuration file parser library for C"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://github.org/martinh/libconfuse/"
|
||||
homepage="https://github.com/martinh/libconfuse/"
|
||||
license="ISC"
|
||||
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
||||
checksum=a46abb8696026d314197b6a70ae1a1c296342a9a68aa69b1935709c1477a4e48
|
||||
checksum=23c63272baf2ef4e2cbbafad2cf57de7eb81f006ec347c00b954819824add25e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue