From 65cfe2506112d7f3c8e03a82b221f4a4f3a537d0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 11 Aug 2017 12:51:30 +0200 Subject: [PATCH] icecast: Add source checksum --- packages/icecast/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/icecast/build.sh b/packages/icecast/build.sh index 32ea19b41..fbbc9bef3 100644 --- a/packages/icecast/build.sh +++ b/packages/icecast/build.sh @@ -1,10 +1,11 @@ -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_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 +}