diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2022-01-21 20:49:26 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2022-01-21 23:35:27 +0100 |
commit | 165c974c2c2278a91916a4b15fd8cca21bc40aba (patch) | |
tree | 09b5f119312a7b5ccf51cb9eb2f85cd85be48ba1 | |
parent | 96ded4093542396aff08d263c178b2332b654cf2 (diff) | |
download | aports-165c974c2c2278a91916a4b15fd8cca21bc40aba.tar.gz aports-165c974c2c2278a91916a4b15fd8cca21bc40aba.tar.bz2 aports-165c974c2c2278a91916a4b15fd8cca21bc40aba.tar.xz |
community/ncspot: upgrade to 0.9.5
-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 " |