From 6033882b15bd29805ca82b6c9b2a2e7e7b149f9c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Aug 2014 16:11:47 +0200 Subject: [PATCH] libuv: update to 0.10.28. --- srcpkgs/libuv/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 706eec62e3..731ba7d174 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,13 +1,13 @@ # Template build file for 'libuv' pkgname=libuv -version=0.10.27 -revision=3 +version=0.10.28 +revision=1 short_desc="Multi-platform support library with a focus on asynchronous I/O" maintainer="Enno Boland " license="BSD/ISC" homepage="http://libuv.org/" distfiles="https://github.com/joyent/${pkgname}/archive/v${version}.tar.gz" -checksum=19e52f6abbd6ad8bce865b548d7ab3e1e071b159503a1d0c5664fa4b97fb5c7f +checksum=6a0b711bef08ffa92899c4014114c8d58a8db5740801a00edbdaa4b4613311af do_build() { make CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \