mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
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
|
libyaml-0.so.2 libyaml-0.1.4_1
|
||||||
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
|
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
|
||||||
libyajl.so.2 yajl-2.0.1_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
|
libclang.so.4 clang-4.0.0_1
|
||||||
libLLVM-3.8.so libllvm3.8-3.8.0_1
|
libLLVM-3.8.so libllvm3.8-3.8.0_1
|
||||||
libLLVM-3.8.1.so libllvm3.8-3.8.1_1
|
libLLVM-3.8.1.so libllvm3.8-3.8.1_1
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'confuse'
|
# Template file for 'confuse'
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=3.2
|
version=3.2.1
|
||||||
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="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://github.org/martinh/libconfuse/"
|
homepage="https://github.com/martinh/libconfuse/"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
||||||
checksum=a46abb8696026d314197b6a70ae1a1c296342a9a68aa69b1935709c1477a4e48
|
checksum=23c63272baf2ef4e2cbbafad2cf57de7eb81f006ec347c00b954819824add25e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue