changeset 2022:a8051ff4b885

package libssh2: add explicit sort to update macro
author Tony Theodore <tonyt@logyst.com>
date Fri, 21 Oct 2011 03:35:37 +1100
parents 1467d5e5fd6d
children 21b75d63428a
files src/libssh2.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libssh2.mk	Fri Oct 21 03:33:35 2011 +1100
+++ b/src/libssh2.mk	Fri Oct 21 03:35:37 2011 +1100
@@ -13,7 +13,7 @@
 $(PKG)_DEPS     := gcc openssl zlib
 
 define $(PKG)_UPDATE
-    wget -q -O- 'http://www.libssh2.org/download/' | \
+    wget -q -O- 'http://www.libssh2.org/download/?C=M;O=D' | \
     grep 'libssh2-' | \
     $(SED) -n 's,.*libssh2-\([0-9][^>]*\)\.tar.*,\1,p' | \
     head -1