wok diff libssh/receipt @ rev 18343

Up: bash (4.3.42)
author Alexander Medvedev <devl547@gmail.com>
date Fri Sep 11 11:59:50 2015 +0000 (2015-09-11)
parents f44ef80ff9e2
children b4200e26ba1c
line diff
     1.1 --- a/libssh/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/libssh/receipt	Fri Sep 11 11:59:50 2015 +0000
     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 -