summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90c01ad43ac..27af3e8ae8c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.22.0
+ pkgver = 0.23.0
pkgrel = 1
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = spotify-tui-bin
depends = libxcb
provides = spotify-tui
conflicts = spotify-tui
- source = spotify-tui-linux-0.22.0.tar.gz::https://github.com/Rigellute/spotify-tui/releases/download/v0.22.0/spotify-tui-linux.tar.gz
- source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.22.0/LICENSE
- sha256sums = 480b28eecd1e1a5123a348629151ce40b81c887163f4761b389bbf7f943a6d7a
+ source = spotify-tui-linux-0.23.0.tar.gz::https://github.com/Rigellute/spotify-tui/releases/download/v0.23.0/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.23.0/LICENSE
+ sha256sums = e7b26dd36475006bbf8de6e0212a2181cab12c5b689b80d42ff8604f1bc0b891
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 824689f3c470..ae9a88bc24a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='spotify-tui-bin'
-pkgver=0.22.0
+pkgver=0.23.0
pkgrel=1
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('spotify-tui')
source=("spotify-tui-linux-$pkgver.tar.gz::$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")
-sha256sums=('480b28eecd1e1a5123a348629151ce40b81c887163f4761b389bbf7f943a6d7a'
+sha256sums=('e7b26dd36475006bbf8de6e0212a2181cab12c5b689b80d42ff8604f1bc0b891'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {