libevent: update to 2.0.11.
This commit is contained in:
parent
07e389e21e
commit
7664c37e59
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libevent'
|
||||
pkgname=libevent
|
||||
version=2.0.10
|
||||
version=2.0.11
|
||||
wrksrc="$pkgname-$version-stable"
|
||||
distfiles="http://www.monkey.org/~provos/$pkgname-$version-stable.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Abstract asynchronous event notification library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a4b55810a9e21e9991b86ba5e82dbc9280598cc070544c4ecef4ab91b93dfc55
|
||||
checksum=c218a2d6b30b2260dd245e40b1b1c52162223117da7e1874e17af9e03656a6df
|
||||
long_desc="
|
||||
The libevent API provides a mechanism to execute a callback function
|
||||
when a specific event occurs on a file descriptor or after a timeout
|
||||
|
|
Loading…
Reference in New Issue