diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2017-02-26 21:24:41 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-26 21:46:45 +0100 |
| commit | 5d79b1bf575139dba9b3f919c7cc7b7f0853a67c (patch) | |
| tree | 266bcba2589d2d590f3a194f81692a489e247ec4 /gnu/packages/ssh.scm | |
| parent | b01a89854ba1bd22b94c2373662bc07d035be2c1 (diff) | |
gnu: libssh: Update to 0.7.4.
* gnu/packages/ssh.scm (libssh): Update to 0.7.4.
[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 9d1d9cc0a9c..be4d2a7ade2 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -56,15 +56,15 @@ | |||
| 56 | (define-public libssh | 56 | (define-public libssh |
| 57 | (package | 57 | (package |
| 58 | (name "libssh") | 58 | (name "libssh") |
| 59 | (version "0.7.3") | 59 | (version "0.7.4") |
| 60 | (source (origin | 60 | (source (origin |
| 61 | (method url-fetch) | 61 | (method url-fetch) |
| 62 | (uri (string-append | 62 | (uri (string-append |
| 63 | "https://red.libssh.org/attachments/download/195/libssh-" | 63 | "https://red.libssh.org/attachments/download/210/libssh-" |
| 64 | version ".tar.xz")) | 64 | version ".tar.xz")) |
| 65 | (sha256 | 65 | (sha256 |
| 66 | (base32 | 66 | (base32 |
| 67 | "165g49i4kmm3bfsjm0n8hm21kadv79g9yjqyq09138jxanz4dvr6")))) | 67 | "03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r")))) |
| 68 | (build-system cmake-build-system) | 68 | (build-system cmake-build-system) |
| 69 | (arguments | 69 | (arguments |
| 70 | '(#:configure-flags '("-DWITH_GCRYPT=ON") | 70 | '(#:configure-flags '("-DWITH_GCRYPT=ON") |
| @@ -79,7 +79,7 @@ | |||
| 79 | client and server implementations. With libssh, you can remotely execute | 79 | client and server implementations. With libssh, you can remotely execute |
| 80 | programs, transfer files, and use a secure and transparent tunnel for your | 80 | programs, transfer files, and use a secure and transparent tunnel for your |
| 81 | remote applications.") | 81 | remote applications.") |
| 82 | (home-page "http://www.libssh.org") | 82 | (home-page "https://www.libssh.org") |
| 83 | (license license:lgpl2.1+))) | 83 | (license license:lgpl2.1+))) |
| 84 | 84 | ||
| 85 | (define-public libssh2 | 85 | (define-public libssh2 |
