diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-27 13:14:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-27 13:14:35 +0000 |
commit | 11b564642db70f8ed733ce80b774e99b2620f285 (patch) | |
tree | 24b4b30e6f007a4ed79f08e5aac739ea9a26f4b1 /testing/libev | |
parent | 9b16e307b7151af7798bd1e305755a4f5cdd1590 (diff) | |
download | aports-11b564642db70f8ed733ce80b774e99b2620f285.tar.bz2 aports-11b564642db70f8ed733ce80b774e99b2620f285.tar.xz |
testing/libev: upgrade to 4.04
Diffstat (limited to 'testing/libev')
-rw-r--r-- | testing/libev/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/libev/APKBUILD b/testing/libev/APKBUILD index 23b3bf6a26..2678bd62b3 100644 --- a/testing/libev/APKBUILD +++ b/testing/libev/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libev -pkgver=4.03 -pkgrel=1 +pkgver=4.04 +pkgrel=0 pkgdesc="event dispatch library" url="http://libev.schmorp.de/" arch="all" @@ -38,4 +38,4 @@ package() { rm "$pkgdir"/usr/include/event.h } -md5sums="86cd5c1b42fced1bd02c6e0119e9b865 libev-4.03.tar.gz" +md5sums="c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz" |