From f8b7768d65df07599cc0dc9ba35795c7eb7278b4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 17 Aug 2018 08:47:03 -0300 Subject: [PATCH] libuv: update to 1.23.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 90ae52d9d7d..ccd871369f3 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.22.0 +version=1.23.0 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=c72f0401e1298f948daf310abafce38373a926fb9438464d1bf7fe90784544e0 +checksum=8c8eff0bec85306aae508392b395e8bb0e1e34daad2a4e3bec308ced0c92bfaa pre_configure() { NOCONFIGURE=1 ./autogen.sh