libssh: switch to http download; make update check work.
This commit is contained in:
parent
a49715e513
commit
3ceff2cd2c
1 changed files with 4 additions and 6 deletions
|
@ -3,17 +3,15 @@ pkgname=libssh
|
||||||
version=0.6.3
|
version=0.6.3
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake git"
|
hostmakedepends="cmake"
|
||||||
makedepends="zlib-devel libressl-devel"
|
makedepends="zlib-devel libressl-devel"
|
||||||
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.libssh.org/"
|
homepage="http://www.libssh.org/"
|
||||||
|
distfiles="http://git.libssh.org/projects/libssh.git/snapshot/${pkgname}-${version}.tar.bz2"
|
||||||
do_fetch() {
|
checksum="0dc8f8b540767e57950610a36dde90d4f5ba0102697d1620f19ece40db2a239f"
|
||||||
git clone -b${pkgname}-${version} \
|
update_site="http://git.libssh.org/projects/libssh.git/"
|
||||||
git://git.libssh.org/projects/libssh.git ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
libssh-devel_package() {
|
libssh-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue