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" \