me
/
guix
Archived
1
0
Fork 0

gnu: libssh: Update to 0.7.4.

* gnu/packages/ssh.scm (libssh): Update to 0.7.4.
[home-page]: Use HTTPS.
master
Marius Bakke 2017-02-26 21:24:41 +01:00
parent b01a89854b
commit 5d79b1bf57
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -56,15 +56,15 @@
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.7.3") (version "0.7.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://red.libssh.org/attachments/download/195/libssh-" "https://red.libssh.org/attachments/download/210/libssh-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"165g49i4kmm3bfsjm0n8hm21kadv79g9yjqyq09138jxanz4dvr6")))) "03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '("-DWITH_GCRYPT=ON") '(#:configure-flags '("-DWITH_GCRYPT=ON")
@ -79,7 +79,7 @@
client and server implementations. With libssh, you can remotely execute client and server implementations. With libssh, you can remotely execute
programs, transfer files, and use a secure and transparent tunnel for your programs, transfer files, and use a secure and transparent tunnel for your
remote applications.") remote applications.")
(home-page "http://www.libssh.org") (home-page "https://www.libssh.org")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public libssh2 (define-public libssh2