diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-29 13:38:50 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-29 13:38:50 +0000 |
commit | bc280d38a660b449566fe866a4ea7ce23d2ad009 (patch) | |
tree | 9ebeea334e76b19c1677ab51b4e93618c8265519 /testing/ncmpcpp | |
parent | 3a7941646920aad2267ac12ae0e7c3b325418c8b (diff) | |
download | aports-bc280d38a660b449566fe866a4ea7ce23d2ad009.tar.bz2 aports-bc280d38a660b449566fe866a4ea7ce23d2ad009.tar.xz |
testing/ncmpcpp: upgrade to 0.8.1
Diffstat (limited to 'testing/ncmpcpp')
-rw-r--r-- | testing/ncmpcpp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ncmpcpp/APKBUILD b/testing/ncmpcpp/APKBUILD index d7c37f3a39..c276c37357 100644 --- a/testing/ncmpcpp/APKBUILD +++ b/testing/ncmpcpp/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com> pkgname=ncmpcpp -pkgver=0.8 -pkgrel=1 +pkgver=0.8.1 +pkgrel=0 pkgdesc="An almost exact clone of ncmpc with some new features." url="http://rybczak.net/ncmpcpp" arch="all" @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="b51217df85f95efa345f0484f16024bd74c1c0e22f2c2b25238335fc2f00caf81877088170f241c1d97fd328d104b19f022dc4de9895ff420f1fcbea341e7cdb ncmpcpp-0.8.tar.bz2" +sha512sums="2b1b615672910f6b55d4a3e1842f677b8c72659a86dca74d9c306612038d7b765f622e4b8948f14d8a3f4fa913d413d128ed8726f70d7a09cfe95d3c1fe87d15 ncmpcpp-0.8.1.tar.bz2" |