summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-03-20 16:29:00 +0100
committerSimon Hauser2020-03-20 16:29:00 +0100
commitdfa598b8a563efd2383ee4ef89bcf3677af2c6a0 (patch)
tree364b4d9f18b2906d663563f09e658e2df7975457
parent8d578934e3d5bac7ee47b4830ad28975d855b789 (diff)
downloadaur-dfa598b8a563efd2383ee4ef89bcf3677af2c6a0.tar.gz
v0.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cb4abd96bbe..c25bac8b8834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = spotify-tui-bin
depends = openssl
depends = libxcb
provides = spotify-tui
- source = https://github.com/Rigellute/spotify-tui/releases/download/v0.16.0/spotify-tui-linux.tar.gz
- source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.16.0/LICENSE
- sha256sums = 9c368a1a48d52c7241102e7c6774e811b96dac70411db73bc301da57c9de6d5a
+ source = https://github.com/Rigellute/spotify-tui/releases/download/v0.17.0/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.17.0/LICENSE
+ sha256sums = 7d9bc078ffcd7dac8ac69df723affb3a38255a295df5ce9276274d5e628ea899
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56d74889c3c5..b8dc19ad5968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Hauser <Simon-Hauser@outlook.de>
pkgname='spotify-tui-bin'
-pkgver=0.16.0
+pkgver=0.17.0
pkgrel=1
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('spotify-tui')
source=("$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")
-sha256sums=('9c368a1a48d52c7241102e7c6774e811b96dac70411db73bc301da57c9de6d5a'
+sha256sums=('7d9bc078ffcd7dac8ac69df723affb3a38255a295df5ce9276274d5e628ea899'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {