libucl: update to 0.7.3.
This commit is contained in:
parent
5504695228
commit
8dc6e62e01
|
@ -1734,7 +1734,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.4 libucl-0.7.1_1
|
||||
libucl.so.3 libucl-0.7.3_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.2
|
||||
revision=2
|
||||
version=0.7.3
|
||||
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@gmail.com>"
|
|||
license="2-clause-BSD"
|
||||
homepage="https://github.com/vstakhov/libucl"
|
||||
distfiles="https://github.com/vstakhov/libucl/archive/${version}.tar.gz"
|
||||
checksum=cbfdf1f8bdca20249547d2d5ba287c4b3b0901fe9d76cee9b09d5e7b9a72e1dc
|
||||
checksum=2f69995c7f8320350f56c1183c395cc4a2a958331f22d60b7839a117c9c601e1
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue