summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanya A. Sergeev2021-01-08 05:06:02 -0600
committerVanya A. Sergeev2021-01-08 05:06:02 -0600
commitb4b0c7a2937a4062f8fd9e65cdbc0bf6a3661216 (patch)
treea42d86f3f6268008a83bfb5551e94c7c33df8776
parent70aa1a5fbd0773ee4db72e0a033250dc9a9c6376 (diff)
downloadaur-b4b0c7a2937a4062f8fd9e65cdbc0bf6a3661216.tar.gz
Bump version to 0.9.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b9a93879906..3289dfaf7c86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://luaradio.io
arch = i686
@@ -12,7 +12,7 @@ pkgbase = luaradio
depends = libvolk
depends = fftw
optdepends = gnuplot: plotting support
- source = git+https://github.com/vsergeev/luaradio.git#tag=v0.9.0
+ source = git+https://github.com/vsergeev/luaradio.git#tag=v0.9.1
md5sums = SKIP
pkgname = luaradio
diff --git a/PKGBUILD b/PKGBUILD
index d6057004c972..ab3ce0e2d236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vanya Sergeev <v@sergeev.io>
pkgname=luaradio
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A lightweight, embeddable software-defined radio framework built on LuaJIT"
arch=('i686' 'x86_64' 'armv7h')