comparison src/libssh2.mk @ 3680:64912b529fc3

libssh2: update to 1.4.3 * src/libssh2.mk: update version * src/libssh2-1-fixes.patch: update patch
author John Donoghue
date Tue, 05 Aug 2014 19:41:52 -0400
parents 13be64f9f16d
children 02c08b655d54
comparison
equal deleted inserted replaced
3679:1f3183556bcf 3680:64912b529fc3
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libssh2 4 PKG := libssh2
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.4.2 6 $(PKG)_VERSION := 1.4.3
7 $(PKG)_CHECKSUM := 7fc084254dabe14a9bc90fa3d569faa7ee943e19 7 $(PKG)_CHECKSUM := c27ca83e1ffeeac03be98b6eef54448701e044b0
8 $(PKG)_SUBDIR := libssh2-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libssh2-$($(PKG)_VERSION)
9 $(PKG)_FILE := libssh2-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libssh2-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.libssh2.org/download/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.libssh2.org/download/$($(PKG)_FILE)
11 $(PKG)_DEPS := libgcrypt zlib 11 $(PKG)_DEPS := libgcrypt zlib
12 12