git » libev.git » commit f0eeab6

Update to 4.25

author Antonio Rojas
2019-03-08 19:11:47 UTC
committer Antonio Rojas
2019-03-08 19:11:47 UTC
parent 181eba8f75e762126235053c1f512d079b072a56

Update to 4.25

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 8f441fe..ed02163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 # Contributor: Thomas Haider <t.haider@vcnc.org>
 
 pkgname=libev
-pkgver=4.24
-pkgrel=2
+pkgver=4.25
+pkgrel=1
 pkgdesc="A full-featured and high-performance event loop"
 arch=('x86_64')
 url="http://software.schmorp.de/pkg/libev.html"
 license=('BSD')
 depends=('glibc')
 source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('436dd8eff00a45f8805b8cacfe4dd3bd993caedb')
+sha1sums=('f78a1338a0b975fb396b0b6558709211b6ccd794')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"