summaryrefslogtreecommitdiff
path: root/core/libevent
diff options
context:
space:
mode:
Diffstat (limited to 'core/libevent')
-rw-r--r--core/libevent/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD
index 5fc26254a..6bad9b288 100644
--- a/core/libevent/PKGBUILD
+++ b/core/libevent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 140822 2011-10-19 21:36:39Z eric $
+# $Id: PKGBUILD 143770 2011-11-29 02:05:28Z eric $
# Maintainer:
# Contributor: Judd <jvinet@zeroflux.org>
pkgname=libevent
-pkgver=2.0.15
+pkgver=2.0.16
pkgrel=1
pkgdesc="An event notification library"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,8 +13,8 @@ depends=('openssl')
optdepends=('python2: to use event_rpcgen.py')
options=('!libtool')
source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
-md5sums=('2643abe7ba242df15c08b2cc14ec8759'
- '56e52e1b6bba54102d278da59af4495e')
+sha1sums=('9eb9fe3c0ec607525ed2dee6827687efcd0696ac'
+ '679023511db0106cb84a36e4ff78604d00d0a611')
build() {
cd "${srcdir}/${pkgname}-${pkgver}-stable"