aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ices/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ices/APKBUILD b/community/ices/APKBUILD
index bc1bcb18330..45414f99140 100644
--- a/community/ices/APKBUILD
+++ b/community/ices/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ices
pkgver=2.0.3
-pkgrel=0
+pkgrel=1
pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
-url="http://icecast.org/ices.php"
+url="https://icecast.org/ices/"
arch="all"
license="GPL-2.0-or-later"
makedepends="libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev
lame-dev perl-dev linux-headers"
subpackages="$pkgname-doc"
-source="http://downloads.us.xiph.org/releases/ices/ices-$pkgver.tar.gz"
+source="https://downloads.xiph.org/releases/ices/ices-$pkgver.tar.bz2"
replaces="ices2"
build() {
@@ -30,4 +30,4 @@ package() {
make -C conf DESTDIR="$pkgdir" install
}
-sha512sums="98a4130e5089106e6736bdc1f9e5cecd3a512d30e8e8c9009bb75ae41dbaa3b63740546ce188429e85957495b6911757d5b8348ce5092ae3c638fb21bfe132b3 ices-2.0.3.tar.gz"
+sha512sums="e17cd43cea621dbb9223377630eef4478e205f8c16d3b87b391c798ed1e47c7b5906546034f244eae1487c137fa371c5f40f6c80cbaf822aa875cb61ece38d1e ices-2.0.3.tar.bz2"