libuv: update to 0.10.28.
This commit is contained in:
parent
ece5b95979
commit
6033882b15
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'libuv'
|
# Template build file for 'libuv'
|
||||||
pkgname=libuv
|
pkgname=libuv
|
||||||
version=0.10.27
|
version=0.10.28
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="BSD/ISC"
|
license="BSD/ISC"
|
||||||
homepage="http://libuv.org/"
|
homepage="http://libuv.org/"
|
||||||
distfiles="https://github.com/joyent/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/joyent/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=19e52f6abbd6ad8bce865b548d7ab3e1e071b159503a1d0c5664fa4b97fb5c7f
|
checksum=6a0b711bef08ffa92899c4014114c8d58a8db5740801a00edbdaa4b4613311af
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
make CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
||||||
|
|
Loading…
Reference in New Issue