gnupg: update to version 2.0.20
This commit is contained in:
parent
398e4a15b0
commit
bce5681e53
@ -13,11 +13,11 @@ assert useUsb -> (libusb != null);
|
|||||||
assert useCurl -> (curl != null);
|
assert useCurl -> (curl != null);
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnupg-2.0.19";
|
name = "gnupg-2.0.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
||||||
sha256 = "08n636sfffs5qvg9ppiprvsh00q0dmdw425psg3m3nssja53m8pg";
|
sha256 = "16mp0j5inrcqcb3fxbn0b3aamascy3n923wiy0y8marc0rzrp53f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline zlib libgpgerror libgcrypt libassuan libksba pth ]
|
buildInputs = [ readline zlib libgpgerror libgcrypt libassuan libksba pth ]
|
||||||
@ -35,7 +35,9 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://gnupg.org/";
|
||||||
description = "GNU Privacy Guard (GnuPG), GNU Project's implementation of the OpenPGP standard";
|
description = "GNU Privacy Guard (GnuPG), GNU Project's implementation of the OpenPGP standard";
|
||||||
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GnuPG is the GNU project's complete and free implementation of
|
GnuPG is the GNU project's complete and free implementation of
|
||||||
@ -49,12 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
S/MIME.
|
S/MIME.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://gnupg.org/;
|
|
||||||
|
|
||||||
license = "GPLv3+";
|
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ ludo urkud ];
|
maintainers = with stdenv.lib.maintainers; [ ludo urkud ];
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user