update to 2.0.19
svn path=/nixpkgs/trunk/; revision=20937
This commit is contained in:
parent
589aeb4c00
commit
155515f076
@ -1,10 +1,10 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gftp-2.0.18";
|
name = "gftp-2.0.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.gftp.org/gftp-2.0.18.tar.bz2;
|
url = http://www.gftp.org/gftp-2.0.19.tar.bz2;
|
||||||
sha256 = "8145e18d1edf13e8cb6cd7a69bb69de5c46307086997755654488fb8282d38a2";
|
sha256 = "1z8b26n23k0sjbxgrix646b06cnpndpq7cbcj0ilsvvdx5ms81jk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk readline ncurses gettext openssl pkgconfig ];
|
buildInputs = [ gtk readline ncurses gettext openssl pkgconfig ];
|
||||||
@ -12,6 +12,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "GTK based FTP client";
|
description = "GTK based FTP client";
|
||||||
homepage = http://www.gftp.org;
|
homepage = http://www.gftp.org;
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user