summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanya A. Sergeev2020-10-22 02:20:17 -0500
committerVanya A. Sergeev2020-10-22 02:20:17 -0500
commit499ab20f28100e09018248c2b323a7bc5f2841c1 (patch)
treebeb3ccbcd4dd3f786aec768309c7af5ff1eb699c
parente583554c44571c0dc81cd9b448690e363396b9a5 (diff)
downloadaur-499ab20f28100e09018248c2b323a7bc5f2841c1.tar.gz
Bump version to 0.8.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82d9320aa0c..b7d0afa66e86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luaradio
pkgdesc = A lightweight, embeddable software-defined radio framework built on LuaJIT
- pkgver = 0.7.0
+ pkgver = 0.8.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.7.0
+ source = git+https://github.com/vsergeev/luaradio.git#tag=v0.8.0
md5sums = SKIP
pkgname = luaradio
diff --git a/PKGBUILD b/PKGBUILD
index 268d8d51ea7c..7e5e74e0bcd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vanya Sergeev <v@sergeev.io>
pkgname=luaradio
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="A lightweight, embeddable software-defined radio framework built on LuaJIT"
arch=('i686' 'x86_64' 'armv7h')