diff options
-rw-r--r-- | community/ncspot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ncspot/APKBUILD b/community/ncspot/APKBUILD index 32df72203b..65a8281035 100644 --- a/community/ncspot/APKBUILD +++ b/community/ncspot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ncspot -pkgver=0.9.4 +pkgver=0.9.5 pkgrel=0 pkgdesc="Cross-platform ncurses Spotify client inspired by ncmpc and the likes" url="https://github.com/hrkfdn/ncspot" @@ -26,7 +26,7 @@ _cargo_opts='--frozen --features cover,share_selection' prepare() { default_prepare - # Optimize binary for size (18 MiB -> 8.2 MiB). + # Optimize binary for size (18 MiB -> 8.2 MiB in v0.8.1). cat >> Cargo.toml <<-EOF [profile.release] @@ -52,5 +52,5 @@ package() { } sha512sums=" -60bd72769c6c31361328184b7e9e973b1a16a49f92d03cfe8c6fc39c51f8812fd0240893c1ffec52549514a9b86282c5504d25bf39a265ab7d5d5a8bcebbdaef ncspot-0.9.4.tar.gz +a539aad7418a85313160e471c0efc072bf08257c8156c3b8b2ead7cbe8c57346957914f9cdfbec16bbcc06490a8e30419a734d9f7a0dbe26c60ad5d237c4fd0d ncspot-0.9.5.tar.gz " |