diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 731ba7d174f..f0e8c36c45b 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,13 +1,13 @@ # Template build file for 'libuv' pkgname=libuv -version=0.10.28 +version=0.10.29 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=6a0b711bef08ffa92899c4014114c8d58a8db5740801a00edbdaa4b4613311af +checksum=a778908e1c658138b353fdb4d5f8e330384bd4984e973233e828bdc69dce2718 do_build() { make CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \