summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cooper2024-08-12 16:25:18 -0400
committerDavid Cooper2024-08-12 16:25:18 -0400
commit3f0f5a15eb4f1e7008d8e7a697b1259036e7f864 (patch)
tree6af273c7c71bd4bcb233de7f8e1d7d25ddcb3a47
parentc217a4a50ebc9ebe820f3f7c913dfc0153c4893d (diff)
downloadaur-3f0f5a15eb4f1e7008d8e7a697b1259036e7f864.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 104245e979e2..c3ea6505cee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomato-radio-automation
pkgdesc = Tomato Radio Automation desktop client. Dead simple radio ads.
- pkgver = 0.9.15
+ pkgver = 0.9.16
pkgrel = 1
url = https://dtcooper.github.io/tomato/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = tomato-radio-automation
depends = gtk3
depends = nss
depends = alsa-lib
- source = tomato-radio-automation-0.9.15.tar.gz::https://github.com/dtcooper/tomato/archive/refs/tags/v0.9.15.tar.gz
- sha256sums = e911205811f2e57eb69f524fdc323b7bbdc1a8367b0c2fd41110f043fe201b64
+ source = tomato-radio-automation-0.9.16.tar.gz::https://github.com/dtcooper/tomato/archive/refs/tags/v0.9.16.tar.gz
+ sha256sums = df1a1f3ff7ee2efc8d2603f6629d2b23be08e51cae38e817fffa4b8bb581ff46
pkgname = tomato-radio-automation
diff --git a/PKGBUILD b/PKGBUILD
index bff616529769..c73d4d79da12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tomato-radio-automation
_pkgname="${pkgname}"
-pkgver=0.9.15
+pkgver=0.9.16
pkgrel=1
pkgdesc='Tomato Radio Automation desktop client. Dead simple radio ads.'
arch=('x86_64' 'aarch64')
@@ -13,7 +13,7 @@ makedepends=('nodejs' 'npm' 'git' 'jq')
source=(
"tomato-radio-automation-${pkgver}.tar.gz::https://github.com/dtcooper/tomato/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=('e911205811f2e57eb69f524fdc323b7bbdc1a8367b0c2fd41110f043fe201b64')
+sha256sums=('df1a1f3ff7ee2efc8d2603f6629d2b23be08e51cae38e817fffa4b8bb581ff46')
_repodir="tomato-${pkgver}"
_shortver() {