summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Thienel2023-06-08 21:35:48 +0200
committerFlorian Thienel2023-06-08 21:35:48 +0200
commit14a11062bf3b2e807bd56640f73331bca31cd78e (patch)
treec2ad4b366c8ec6f131b304093ffd5e174a403948
parentfc6e3efc98dc70529d44c8501269ccd9f4c2578b (diff)
downloadaur-14a11062bf3b2e807bd56640f73331bca31cd78e.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ce7590c2dc..9d80341025f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hellocontest
pkgdesc = A simple HF contest logger for Linux.
- pkgver = 0.13.2
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/ftl/hellocontest
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = hellocontest
depends = cairo
depends = pango
provides = hellocontest
- source = hellocontest-0.13.2.tar.gz::https://github.com/ftl/hellocontest/archive/refs/tags/v0.13.2.tar.gz
- sha256sums = 0902242eaa4416165c33ed071ec987fa5f7050b794cb32273b5bd5e91d493173
+ source = hellocontest-0.14.0.tar.gz::https://github.com/ftl/hellocontest/archive/refs/tags/v0.14.0.tar.gz
+ sha256sums = 3146087085ad4638d27247d467024e2c5c02465727923a3bf7ff73a0b94c270f
pkgname = hellocontest
diff --git a/PKGBUILD b/PKGBUILD
index cdca8350178c..0889a1a27260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florian Thienel/DL3NEY <ftl@thecodingflow.com>
pkgname="hellocontest"
-pkgver="0.13.2"
+pkgver="0.14.0"
pkgrel=1
pkgdesc="A simple HF contest logger for Linux."
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ depends=('gtk3' 'cairo' 'pango')
makedepends=('git' 'make' 'go')
provides=("${pkgname}")
source=("hellocontest-$pkgver.tar.gz::https://github.com/ftl/hellocontest/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('0902242eaa4416165c33ed071ec987fa5f7050b794cb32273b5bd5e91d493173')
+sha256sums=('3146087085ad4638d27247d467024e2c5c02465727923a3bf7ff73a0b94c270f')
build() {
cd "$pkgname-$pkgver"