libuv: Update from 1.11.0 to 1.12.0

This commit is contained in:
Fredrik Fornwall 2017-06-02 14:10:08 +02:00
parent a988672a93
commit b1ae584e31
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://libuv.org
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
TERMUX_PKG_VERSION=1.11.0
TERMUX_PKG_VERSION=1.12.0
TERMUX_PKG_SRCURL=http://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0f686994dcea6cb5cd3f50e35d5fdda07211b4b3586516df7c39bdbf19acb9a7
TERMUX_PKG_SHA256=01730d1b5e9e278eec67394e7d44021ea318d5d29520c5aa8b65bc8a18b953c7
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-dtrace" # needed for building on mac
termux_step_pre_configure () {