summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2021-09-17 13:35:27 -0400
committerEthan Kerrick2021-09-17 13:35:27 -0400
commit8968b482d3d83611a06bb60fb344aceedc3e88d3 (patch)
treeb20ca9d837fefee641525f7d6c34c67171aed63b
parent08fde491907efeb0fa3843aafd878a6ee59bddc2 (diff)
downloadaur-8968b482d3d83611a06bb60fb344aceedc3e88d3.tar.gz
bumped version to 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29129184df4b..58c575af40f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gingerblue
pkgdesc = for musicians who compose, record, and share original music
- pkgver = 1.4.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://www.gingerblue.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gingerblue
depends = libchamplain
depends = geocode-glib
provides = gingerblue
- source = https://www.gingerblue.org/src/gingerblue-1.4.0.tar.xz
- sha256sums = 488cb684b07d2ae8537baa8aaebd0d1b8a60be7afab2e636be61f5b66c8631fb
+ source = https://www.gingerblue.org/src/gingerblue-1.7.0.tar.xz
+ sha256sums = df4b57333318fea0eef2c29650ca89d879b74567461456e2244db8b2779f783f
pkgname = gingerblue
diff --git a/PKGBUILD b/PKGBUILD
index 22f98d3cbaf7..09c0c702347c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: silverhikari
pkgname=gingerblue
-pkgver=1.4.0
+pkgver=1.7.0
pkgrel=1
epoch=
pkgdesc="for musicians who compose, record, and share original music"
@@ -10,7 +10,7 @@ license=("GPL")
depends=("intltool" "gst-plugins-bad" "libshout" "gtk3" "libchamplain" "geocode-glib")
provides=("gingerblue")
source=("https://www.gingerblue.org/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=("488cb684b07d2ae8537baa8aaebd0d1b8a60be7afab2e636be61f5b66c8631fb")
+sha256sums=("df4b57333318fea0eef2c29650ca89d879b74567461456e2244db8b2779f783f")
build() {
cd "$pkgname-$pkgver"