Merge pull request #51371 from dtzWill/update/live555-20181126
live555: 2018.10.17 -> 2018.11.26
This commit is contained in:
commit
8fcb406459
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user