diff options
Diffstat (limited to 'main/libevent')
-rw-r--r-- | main/libevent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libevent/APKBUILD b/main/libevent/APKBUILD index f744779856..4a627408f6 100644 --- a/main/libevent/APKBUILD +++ b/main/libevent/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libevent -pkgver=1.4.13 -pkgrel=1 +pkgver=1.4.14b +pkgrel=0 pkgdesc="An event notification library" url="http://www.monkey.org/~provos/libevent/" license="GPL-2" @@ -20,4 +20,4 @@ package() { cd $srcdir/$pkgname-$pkgver-stable make -j1 DESTDIR=$pkgdir install || return 1 } -md5sums="0b3ea18c634072d12b3c1ee734263664 libevent-1.4.13-stable.tar.gz" +md5sums="a00e037e4d3f9e4fe9893e8a2d27918c libevent-1.4.14b-stable.tar.gz" |