libuv: update to 1.35.0

This commit is contained in:
Leonid Pliushch 2020-03-17 15:18:35 +02:00
parent 16d6764d9f
commit cbab6923b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://libuv.org
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=1.34.2
TERMUX_PKG_VERSION=1.35.0
TERMUX_PKG_SRCURL=https://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=65d93b4504ef5f3ec784c0c186f4ba8abd1031292c7f15dda8111d7e319adf46
TERMUX_PKG_SHA256=0e947d02543ad6e6ef11c19ad1587afc57c95ff31a18f57413490faeaaab4604
TERMUX_PKG_BREAKS="libuv-dev"
TERMUX_PKG_REPLACES="libuv-dev"