wok diff libssh/receipt @ rev 18070
Up ms-sys (2.5.0), wkhtmltopdf (0.12.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 21 15:21:04 2015 +0200 (2015-05-21) |
parents | f44ef80ff9e2 |
children | b4200e26ba1c |
line diff
1.1 --- a/libssh/receipt Wed Sep 10 11:15:31 2014 +0200 1.2 +++ b/libssh/receipt Thu May 21 15:21:04 2015 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libssh" 1.7 -VERSION="0.5.2" 1.8 +VERSION="0.7.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Library for accessing ssh client services through C libraries" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="LGPL2.1" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://www.libssh.org/" 1.16 -WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL" 1.17 +WGET_URL="https://red.libssh.org/attachments/download/140/$TARBALL" 1.18 TAGS="ssh" 1.19 1.20 DEPENDS="libssl" 1.21 @@ -33,4 +33,3 @@ 1.22 mkdir -p $fs/usr/lib 1.23 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.24 } 1.25 -