live555: 2018.10.17 -> 2018.11.26

http://lists.live555.com/pipermail/live-devel/2018-November/021099.html

Also add videolan as alternative hosting since can't use official...
This commit is contained in:
Will Dietz 2018-12-01 23:44:13 -06:00
parent d23acab3a3
commit d7118788a4

View File

@ -3,11 +3,14 @@
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD # Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "live555-${version}"; name = "live555-${version}";
version = "2018.10.17"; version = "2018.11.26";
src = fetchurl { # the upstream doesn't provide a stable URL src = fetchurl { # the upstream doesn't provide a stable URL
url = "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"; urls = [
sha256 = "1s69ipvdc6ldscp0cr1zpsll8xc3qcagr95nl84x7b1rbg4xjs3w"; "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"
"https://download.videolan.org/contrib/live555/live.${version}.tar.gz"
];
sha256 = "0izvy50xmyycrl7aj43kj1w9k8lcsmdqwwqk1cdizmc4wmj56f5k";
}; };
postPatch = '' postPatch = ''