rtmpdump: fix broken distfile url

This commit is contained in:
q66 2018-12-13 19:55:07 +01:00 committed by Helmut Pozimski
parent baf4b147a9
commit 58de04476b

View file

@ -7,9 +7,9 @@ create_wrksrc=yes
makedepends="zlib-devel libressl-devel"
short_desc="Toolkit for RTMP streams"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://rtmpdump.mplayerhq.hu/"
license="GPL-2, LGPL-2.1"
distfiles="http://dev.gentoo.org/~hwoarang/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
homepage="http://rtmpdump.mplayerhq.hu/"
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz"
checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f
CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"