X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/74f6b525578f37a1a58a14d415df2997d3e60909..197daca251715e518bb8367c8e32a7c5fa99f9ea:/packages/icecast/build.sh diff --git a/packages/icecast/build.sh b/packages/icecast/build.sh index 32ea19b4..6b40ad4e 100644 --- a/packages/icecast/build.sh +++ b/packages/icecast/build.sh @@ -1,10 +1,12 @@ -TERMUX_PKG_HOMEPAGE=http://icecast.org +TERMUX_PKG_HOMEPAGE=https://icecast.org TERMUX_PKG_DESCRIPTION="Icecast is a streaming media (audio/video) server" TERMUX_PKG_VERSION=2.4.3 -TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/icecast/icecast-$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_REVISION=1 +TERMUX_PKG_SRCURL=https://downloads.xiph.org/releases/icecast/icecast-$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_SHA256=c85ca48c765d61007573ee1406a797ae6cb31fb5961a42e7f1c87adb45ddc592 TERMUX_PKG_DEPENDS="libcurl, libgnutls, libogg, libvorbis, libxml2, libxslt, mime-support, openssl" TERMUX_PKG_BUILD_IN_SRC=yes termux_step_pre_configure() { perl -p -i -e "s#/etc/mime.types#$TERMUX_PREFIX/etc/mime.types#" $TERMUX_PKG_SRCDIR/src/cfgfile.c -} \ No newline at end of file +}