diff options
-rw-r--r-- | main/icecast/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/icecast/APKBUILD b/main/icecast/APKBUILD index 80e23f14c5..83282982c7 100644 --- a/main/icecast/APKBUILD +++ b/main/icecast/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <francesco.colista@gmail.com> # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=icecast -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=5 pkgdesc="Open source media server" url="http://www.icecast.org" @@ -43,7 +43,7 @@ package() { install -d -D -o icecast -g icecast "$pkgdir"/var/log/icecast } -md5sums="ff516b3ccd2bcc31e68f460cd316093f icecast-2.3.2.tar.gz +md5sums="2b5d1b40778922e5f6431b7758c359ad icecast-2.3.3.tar.gz d65fe756a3811e21fd8327ec599206c8 conf-change-owner.patch 9860c914e30d0cfac45eef4cc4e81535 icecast.initd 37ceeb26f61551e712364a2dffa8c208 icecast.confd" |