Updated: 0.33.5

This commit is contained in:
Rafael Baboni Dominiquini 2025-12-08 20:49:37 -03:00
parent e63737d0a7
commit 379f0187bb
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = spotatui-bin
pkgdesc = A Spotify client for the terminal written in Rust, powered by Ratatui
pkgver = 0.33.1
pkgver = 0.33.5
pkgrel = 1
url = https://github.com/LargeModGames/spotatui
arch = x86_64
@ -10,11 +10,11 @@ pkgbase = spotatui-bin
depends = openssl
provides = spotatui
conflicts = spotatui
source = LICENSE-0.33.1::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.1/LICENSE
source = README-0.33.1.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.1/README.md
source = LICENSE-0.33.5::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.5/LICENSE
source = README-0.33.5.md::https://raw.githubusercontent.com/LargeModGames/spotatui/v0.33.5/README.md
sha256sums = b47ad91f512f5ae715df2888abf19ff0172c75de71b6423f836174bae8f8161e
sha256sums = 44d9fc6cca615538267af4a86351b97625b87392848773122dcf8b916f8d7018
source_x86_64 = spotatui-x86_64-0.33.1.tgz::https://github.com/LargeModGames/spotatui/releases/download/v0.33.1/spotatui-linux-x86_64.tar.gz
sha256sums_x86_64 = a844b704bb601dfb78ba82f978bc0f26113401a53487623fd6537bb709e6a111
sha256sums = 8d2d56a8c1e21ffa599b80751b15ce7eb61e191ae9488790978daa5dc848b9d8
source_x86_64 = spotatui-x86_64-0.33.5.tgz::https://github.com/LargeModGames/spotatui/releases/download/v0.33.5/spotatui-linux-x86_64.tar.gz
sha256sums_x86_64 = 1e98c16de31faacd608f5257ac7ba5371f911a0aa6f556f9596d8419de8e2ee5
pkgname = spotatui-bin

View file

@ -6,7 +6,7 @@ _pkgname=spotatui
pkgname=${_pkgname}-bin
pkgdesc="A Spotify client for the terminal written in Rust, powered by Ratatui"
pkgver=0.33.1
pkgver=0.33.5
pkgrel=1
_pkgvername=v${pkgver}
@ -26,8 +26,8 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
"README-${pkgver}.md::${_urlraw}/README.md")
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-linux-${_barch[0]}.tar.gz")
sha256sums=('b47ad91f512f5ae715df2888abf19ff0172c75de71b6423f836174bae8f8161e'
'44d9fc6cca615538267af4a86351b97625b87392848773122dcf8b916f8d7018')
sha256sums_x86_64=('a844b704bb601dfb78ba82f978bc0f26113401a53487623fd6537bb709e6a111')
'8d2d56a8c1e21ffa599b80751b15ce7eb61e191ae9488790978daa5dc848b9d8')
sha256sums_x86_64=('1e98c16de31faacd608f5257ac7ba5371f911a0aa6f556f9596d8419de8e2ee5')
package() {