summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2020-04-21 15:28:55 +0200
committerSimon Hauser2020-04-21 15:28:55 +0200
commitabdc939efccc1e10ab62e000ad1945790a350e04 (patch)
treebb89b2cf9551f088030e8fa68fe3ab717659bd68
parent548b6369a32e4a9cab8e41e2f5a938ef58aa01c4 (diff)
downloadaur-abdc939efccc1e10ab62e000ad1945790a350e04.tar.gz
v0.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3642c7be82c0..f09d133ae47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
- pkgver = 0.17.1
+ pkgver = 0.18.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.17.1/spotify-tui-linux.tar.gz
- source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.17.1/LICENSE
- sha256sums = 17d199e4e1e4886714c96698e8e5d6cae89b5121a8643f9ecd16d92f1ec2261e
+ source = https://github.com/Rigellute/spotify-tui/releases/download/v0.18.0/spotify-tui-linux.tar.gz
+ source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.18.0/LICENSE
+ sha256sums = b8ab25d8683ffcc5a578c44a8da88f1835fcfe9963312a406719c80aa8e78fa9
sha256sums = 76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88
pkgname = spotify-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
index c9834e8d57ea..6298c6d26813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='spotify-tui-bin'
-pkgver=0.17.1
+pkgver=0.18.0
pkgrel=1
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
@@ -13,7 +13,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=('17d199e4e1e4886714c96698e8e5d6cae89b5121a8643f9ecd16d92f1ec2261e'
+sha256sums=('b8ab25d8683ffcc5a578c44a8da88f1835fcfe9963312a406719c80aa8e78fa9'
'76b2d30f74716c0cbd02e37868961dce2b52f65af6355864d010ee7e695d2b88')
function package {