summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2021-04-26 13:23:09 +0200
committerSimon Hauser2021-04-26 13:23:09 +0200
commit942560766ea49e5b3c3867bfa4afe55a2730bc66 (patch)
tree71458ee11aa97d135128675909242cd7c3f65d86
parente9047aa498080e5a4492179b86645ead6ea9f86a (diff)
downloadaur-942560766ea49e5b3c3867bfa4afe55a2730bc66.tar.gz
v0.24.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27af3e8ae8c5..c695ef805e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.23.0
+ pkgver = 0.24.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.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
+ source = spotify-tui-linux-0.24.0.tar.gz::https://github.com/Rigellute/spotify-tui/releases/download/v0.24.0/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.24.0/LICENSE
+ sha256sums = 70a1692e897649ebafde64c7be23060aa533198ca16bfa1cb4478bce92e74fc9
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae9a88bc24a9..7b6caf44c1a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='spotify-tui-bin'
-pkgver=0.23.0
+pkgver=0.24.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=('e7b26dd36475006bbf8de6e0212a2181cab12c5b689b80d42ff8604f1bc0b891'
+sha256sums=('70a1692e897649ebafde64c7be23060aa533198ca16bfa1cb4478bce92e74fc9'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {