libevent: update to 2.0.15.
This commit is contained in:
parent
a3ae5dd2c1
commit
960cf83264
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libevent'
|
||||
pkgname=libevent
|
||||
version=2.0.14
|
||||
version=2.0.15
|
||||
wrksrc="$pkgname-$version-stable"
|
||||
distfiles="https://github.com/downloads/$pkgname/$pkgname/$pkgname-$version-stable.tar.gz"
|
||||
build_style=gnu_configure
|
||||
|
@ -8,7 +8,7 @@ short_desc="Abstract asynchronous event notification library"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.monkey.org/~provos/libevent/"
|
||||
license="GPL-2"
|
||||
checksum=3c97a72cddd5bff63450efe7c646e15ad08dec32d5223b69cb10c2dc305812da
|
||||
checksum=ab535bae9af788c8711a8d138c4cae0722f22a1a4ac4d8084abc7b0e0468bc5c
|
||||
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