git » libev.git » commit ca52768

Update to 4.31

author Antonio Rojas
2019-12-24 00:24:29 UTC
committer Antonio Rojas
2019-12-24 00:24:29 UTC
parent d2e7db1a577d1c5e883346cb7c5d562785975644

Update to 4.31

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 02d6d6d..5376e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Thomas Haider <t.haider@vcnc.org>
 
 pkgname=libev
-pkgver=4.27
+pkgver=4.31
 pkgrel=1
 pkgdesc="A full-featured and high-performance event loop"
 arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://software.schmorp.de/pkg/libev.html"
 license=('BSD')
 depends=('glibc')
 source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b67aff18f6f1ffec4422e188c98d9fe458c5ed0b')
+sha1sums=('41a70861053eaed07bdb9b1dfcff24fb390803b9')
 
 build() {
   cd ${pkgname}-${pkgver}