summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 283650cefebf..c0d03177377d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
pkgname=libverto
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Main event loop abstraction library"
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ makedepends=(
'tevent'
)
source=("https://github.com/latchset/libverto/releases/download/$pkgver/libverto-$pkgver.tar.gz")
-sha256sums=('955d3ff4192830c74ce88185f39621c9e490d5a3e7aba04d1e5346d4886f862e')
+sha256sums=('983817c6bc0af6fa3731da2653e6371f6e1a56b4489ee44b3172e918574c50ea')
prepare() {
cd "$srcdir/libverto-$pkgver"