summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-04-19 20:13:47 +0300
committerMantas Mikulėnas2019-04-19 20:13:49 +0300
commit778328bb6a1890b624ecd8e1fac65cb1e7cdfe23 (patch)
tree29d70959b881536076c7e1f40eab287ec82737bb
parentfeff9ad986a5eaebfb382b827b09a9117619f8fc (diff)
downloadaur-libverto.tar.gz
release 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1d2bead4a3..ae1a0957ae5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libverto
pkgdesc = Main event loop abstraction library
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/latchset/libverto
arch = i686
@@ -10,8 +10,8 @@ pkgbase = libverto
makedepends = libev
makedepends = libevent
makedepends = tevent
- source = https://github.com/latchset/libverto/releases/download/0.3.0/libverto-0.3.0.tar.gz
- sha256sums = 955d3ff4192830c74ce88185f39621c9e490d5a3e7aba04d1e5346d4886f862e
+ source = https://github.com/latchset/libverto/releases/download/0.3.1/libverto-0.3.1.tar.gz
+ sha256sums = 983817c6bc0af6fa3731da2653e6371f6e1a56b4489ee44b3172e918574c50ea
pkgname = libverto
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"