libuv: update to 1.6.1.
This commit is contained in:
parent
2e896a3c64
commit
0badf3efeb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libuv'
|
# Template build file for 'libuv'
|
||||||
pkgname=libuv
|
pkgname=libuv
|
||||||
version=1.5.0
|
version=1.6.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||||
|
@ -9,8 +9,8 @@ license="BSD/ISC"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
homepage="http://libuv.org/"
|
homepage="http://libuv.org/"
|
||||||
distfiles="http://libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
||||||
checksum=9cc067435b0ce3aec0194e4f519939cfa4eb823d14dd38dbec014cd048cb817c
|
checksum=1a0b8030bc45a2c7b7cf44a89837bb43cf9e4484d8eb94652877f6dfdffc2a5f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue