diff options
Diffstat (limited to 'extra/libssh/Pkgfile')
-rwxr-xr-x | extra/libssh/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libssh/Pkgfile b/extra/libssh/Pkgfile index cbfb6c685..c6dc04bba 100755 --- a/extra/libssh/Pkgfile +++ b/extra/libssh/Pkgfile @@ -1,14 +1,14 @@ # Description: Librairie permettant l'usage de ssh dans des client à travers la librairie C # URL: http://www.libssh.org/ -# Maintainer: NuTyX +# Maintainer: NuTyX packager team # Packager: thierryn1 at hispeed dot ch # Depends on: cmake # Run on: name=libssh -version=0.4.1 +version=0.4.8 release=1 -source=(http://www.libssh.org/files/$name-$version.tar.gz) +source=(http://www.libssh.org/files/0.4/$name-$version.tar.gz) build() { cd $name-$version |