summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanya A. Sergeev2021-01-04 00:42:33 -0600
committerVanya A. Sergeev2021-01-04 00:42:33 -0600
commit70aa1a5fbd0773ee4db72e0a033250dc9a9c6376 (patch)
tree7d5dd3fce5a92bbc67871b5fa4871cd2dda219d9
parent499ab20f28100e09018248c2b323a7bc5f2841c1 (diff)
downloadaur-70aa1a5fbd0773ee4db72e0a033250dc9a9c6376.tar.gz
Bump version to 0.9.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7d0afa66e86..9b9a93879906 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
- pkgver = 0.8.0
+ pkgver = 0.9.0
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.8.0
+ source = git+https://github.com/vsergeev/luaradio.git#tag=v0.9.0
md5sums = SKIP
pkgname = luaradio
diff --git a/PKGBUILD b/PKGBUILD
index 7e5e74e0bcd6..d6057004c972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vanya Sergeev <v@sergeev.io>
pkgname=luaradio
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="A lightweight, embeddable software-defined radio framework built on LuaJIT"
arch=('i686' 'x86_64' 'armv7h')