summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3421aeb9986a..84797da5397d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = klog
pkgdesc = A multiplatform free hamradio logger
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://www.klog.xyz
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = klog
depends = qt5-charts
depends = qt5-serialport
depends = hamlib
- source = klog-1.6.tar.gz::https://github.com/ea4k/klog/archive/refs/tags/1.6.tar.gz
- sha256sums = bdc75f53c0dbe5df4205b7035c721062792e1ab6ca35d75bb010f9db9bf3e1b5
+ source = klog-1.7.tar.gz::https://github.com/ea4k/klog/archive/refs/tags/1.7.tar.gz
+ sha256sums = cbe785189f1598c76677f72ad8fd11c310e12d9c142b86840e532f599635620c
pkgname = klog
diff --git a/PKGBUILD b/PKGBUILD
index a0c8346bc472..8825b923ee40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=klog
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc='A multiplatform free hamradio logger'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('qt5-tools' 'gendesk')
depends=('qt5-base' 'qt5-charts' 'qt5-serialport' 'hamlib')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ea4k/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('bdc75f53c0dbe5df4205b7035c721062792e1ab6ca35d75bb010f9db9bf3e1b5')
+sha256sums=('cbe785189f1598c76677f72ad8fd11c310e12d9c142b86840e532f599635620c')
prepare() {
cd "${pkgname}-${pkgver}"