diff --git a/.SRCINFO b/.SRCINFO index 116a2a8ed55e..c1650d904369 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = ncspot-bin pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. - pkgver = 0.9.1 + pkgver = 0.9.2 pkgrel = 1 url = https://github.com/hrkfdn/ncspot arch = x86_64 license = BSD provides = ncspot conflicts = ncspot - source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.9.1/ncspot-v0.9.1-linux-x86_64.tar.gz - sha512sums = 0bb9fc2c464d0839e09c28c0a324fabbe1e6479438dd703bb2f01fb033336cee438f1a823c26cca0a899d48b10c0dd50548165d44e6df431c40fbdd5d535d1b0 + source = https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v0.9.2/ncspot-v0.9.2-linux-x86_64.tar.gz + sha512sums = 9c1caebac72908c344720de50ea1249035b1cec8a278a2e6f22a31d38abd664609d873432cd0381c82a48e97b34976ff1a6f4c626fb70e7a4d66771305297f01 pkgname = ncspot-bin diff --git a/PKGBUILD b/PKGBUILD index 543838c3a82c..ab917d44b97d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Husen pkgname=ncspot-bin _pkgname=ncspot -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes." arch=('x86_64') @@ -10,7 +10,7 @@ license=('BSD') provides=('ncspot') conflicts=('ncspot') source=("https://github.com/hapakaien/aur-packages/releases/download/ncspot%40v${pkgver}/ncspot-v${pkgver}-linux-x86_64.tar.gz") -sha512sums=('0bb9fc2c464d0839e09c28c0a324fabbe1e6479438dd703bb2f01fb033336cee438f1a823c26cca0a899d48b10c0dd50548165d44e6df431c40fbdd5d535d1b0') +sha512sums=('9c1caebac72908c344720de50ea1249035b1cec8a278a2e6f22a31d38abd664609d873432cd0381c82a48e97b34976ff1a6f4c626fb70e7a4d66771305297f01') package() { cd "$srcdir"