libucl: update to 0.8.0.
This commit is contained in:
parent
303e5a7ebb
commit
60df857f78
2 changed files with 4 additions and 4 deletions
|
@ -1787,7 +1787,7 @@ libawt_xawt.so openjdk-jre-8u20_1
|
|||
libjava.so openjdk-jre-8u20_1
|
||||
libjli.so openjdk-jre-8u20_1
|
||||
libjvm.so openjdk-jre-8u20_1
|
||||
libucl.so.3 libucl-0.7.3_1
|
||||
libucl.so.6 libucl-0.8.0_1
|
||||
libhandle.so.1 xfsprogs-3.2.1_1
|
||||
libnfnetlink.so.0 libnfnetlink-1.0.1_1
|
||||
libnetfilter_log.so.1 libnetfilter_log-1.0.1_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libucl'
|
||||
pkgname=libucl
|
||||
version=0.7.3
|
||||
revision=3
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-urls --enable-signatures"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="2-clause-BSD"
|
||||
homepage="https://github.com/vstakhov/libucl"
|
||||
distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz"
|
||||
checksum=2f69995c7f8320350f56c1183c395cc4a2a958331f22d60b7839a117c9c601e1
|
||||
checksum=af361cd1f0b7b66c228a1c04a662ccaa9ee8af79842046c04446d915db349ee1
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue