From 6987f26ba148946a735e26dd044d4106f6e89bd0 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 3 Aug 2019 11:27:21 +0200 Subject: [PATCH] libuv: update to 1.30.1. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index b28be8f526b..068bc66b7bb 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.28.0 +version=1.30.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -10,7 +10,7 @@ license="MIT, CC-BY-SA-4.0" homepage="https://libuv.org/" changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz" -checksum=9ab338062e5b73bd4a05b7fcb77a0745c925c0be9118e0946434946a262cdad5 +checksum=d85566c2c4eae7d8e2c2d27d40e728fea29f9086e98e795c5cdce1a790f43de5 LDFLAGS="-pthread"