libssh: switch to http download; make update check work.

This commit is contained in:
Enno Boland 2014-11-21 01:27:00 +01:00
parent a49715e513
commit 3ceff2cd2c
1 changed files with 4 additions and 6 deletions

View File

@ -3,17 +3,15 @@ pkgname=libssh
version=0.6.3
revision=2
build_style=cmake
hostmakedepends="cmake git"
hostmakedepends="cmake"
makedepends="zlib-devel libressl-devel"
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.libssh.org/"
do_fetch() {
git clone -b${pkgname}-${version} \
git://git.libssh.org/projects/libssh.git ${pkgname}-${version}
}
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
checksum="0dc8f8b540767e57950610a36dde90d4f5ba0102697d1620f19ece40db2a239f"
update_site="http://git.libssh.org/projects/libssh.git/"
libssh-devel_package() {
depends="${sourcepkg}>=${version}"