Mercurial > trustbridge
changeset 960:64c0e15935c8
Just add the sha256sum instead of gpg verify to avoid trust issues.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 28 Aug 2014 10:44:08 +0200 |
parents | 385ffd7e40a0 |
children | 423e31ac656e |
files | INSTALL |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Thu Aug 28 10:31:57 2014 +0200 +++ b/INSTALL Thu Aug 28 10:44:08 2014 +0200 @@ -62,8 +62,9 @@ make && make test && make install Libcurl: - wget http://curl.haxx.se/download/curl-7.37.1.tar.{gz,gz.asc} - gpg2 --verify curl-7.37.1.tar.gz.asc + wget http://curl.haxx.se/download/curl-7.37.1.tar.gz + a32492a38c10a097344892f5fd2041e54698cb909696852311b1161e4aa979f3 curl-7.37.1.tar.gz + tar -xf curl-7.37.1.tar.gz cd curl-7.37.1/