clipgrab: 3.5.6 -> 3.6.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-06-22 18:58:17 +02:00
parent cd72ee1a19
commit 0fa2f6757a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "clipgrab-${version}"; name = "clipgrab-${version}";
version = "3.5.6"; version = "3.6.0";
src = fetchurl { src = fetchurl {
sha256 = "0wm6hqaq6ydbvvd0fqkfydxd5h7gf4di7lvq63xgxl4z40jqc25n"; sha256 = "1hvf4s6f2qc5z10p2q8mdyagx8dnwpsbrgg0is56hm1k80r58yj8";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz! # The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "http://download.clipgrab.de/${name}.tar.gz"; url = "https://download.clipgrab.org/${name}.tar.gz";
}; };
buildInputs = [ ffmpeg qt4 ]; buildInputs = [ ffmpeg qt4 ];
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
exec = name; exec = name;
icon = name; icon = name;
desktopName = "ClipGrab"; desktopName = "ClipGrab";
comment = "A friendly downloader for YouTube and other sites"; comment = meta.description;
genericName = "Web video downloader"; genericName = "Web video downloader";
categories = "Qt;AudioVideo;Audio;Video"; categories = "Qt;AudioVideo;Audio;Video";
}; };
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
Dailymotion and many other online video sites. It converts downloaded Dailymotion and many other online video sites. It converts downloaded
videos to MPEG4, MP3 or other formats in just one easy step. videos to MPEG4, MP3 or other formats in just one easy step.
''; '';
homepage = http://clipgrab.org/; homepage = https://clipgrab.org/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];