aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-10-12 09:50:16 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-10-12 09:50:16 +0000
commit5ed4e396bb324e9819f9555980039fe55d1caad1 (patch)
tree0024e917595cdb46bfa70b90d64922d60f580c2e
parent8c0dc700008b8f544ec8d73bcd97c9ae8d7cf785 (diff)
downloadalpine_aports-5ed4e396bb324e9819f9555980039fe55d1caad1.tar.bz2
alpine_aports-5ed4e396bb324e9819f9555980039fe55d1caad1.tar.xz
alpine_aports-5ed4e396bb324e9819f9555980039fe55d1caad1.zip
community/ices: upgrade to 2.0.3
-rw-r--r--community/ices/APKBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/community/ices/APKBUILD b/community/ices/APKBUILD
index 8ed76e089f..bc1bcb1833 100644
--- a/community/ices/APKBUILD
+++ b/community/ices/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Francesco Colista <fcolista@alpinelinux.org> 1# Contributor: Francesco Colista <fcolista@alpinelinux.org>
2# Maintainer: Francesco Colista <fcolista@alpinelinux.org> 2# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
3pkgname=ices 3pkgname=ices
4pkgver=2.0.2 4pkgver=2.0.3
5pkgrel=5 5pkgrel=0
6pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server" 6pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
7url="http://icecast.org/ices.php" 7url="http://icecast.org/ices.php"
8arch="all" 8arch="all"
@@ -13,11 +13,6 @@ subpackages="$pkgname-doc"
13source="http://downloads.us.xiph.org/releases/ices/ices-$pkgver.tar.gz" 13source="http://downloads.us.xiph.org/releases/ices/ices-$pkgver.tar.gz"
14replaces="ices2" 14replaces="ices2"
15 15
16prepare() {
17 default_prepare
18 update_config_guess
19}
20
21build() { 16build() {
22 ./configure \ 17 ./configure \
23 --prefix=/usr \ 18 --prefix=/usr \
@@ -35,4 +30,4 @@ package() {
35 make -C conf DESTDIR="$pkgdir" install 30 make -C conf DESTDIR="$pkgdir" install
36} 31}
37 32
38sha512sums="b8d55e4cb7498576aec42c69cea6410e4fc0b2ffb8559575b35b8cb7857b769dbb5633ac206eebd74068bbbac60b4642847c9b261786463e1c46b8930add3d1b ices-2.0.2.tar.gz" 33sha512sums="98a4130e5089106e6736bdc1f9e5cecd3a512d30e8e8c9009bb75ae41dbaa3b63740546ce188429e85957495b6911757d5b8348ce5092ae3c638fb21bfe132b3 ices-2.0.3.tar.gz"