summaryrefslogtreecommitdiffstats
path: root/main/libssh
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-02 19:12:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-02 19:12:54 +0000
commit2f3ec67b9500fca66cf677fb25eb02d2a8b4bd0b (patch)
treefeaf13ecb32645776adce32a668fa6f4bc0e33ad /main/libssh
parent6214e1ffa27be6e3eaee2cbfbfc0495ce5e7aaff (diff)
downloadaports-2f3ec67b9500fca66cf677fb25eb02d2a8b4bd0b.tar.bz2
aports-2f3ec67b9500fca66cf677fb25eb02d2a8b4bd0b.tar.xz
main/libssh: upgrade to 0.5.0
Diffstat (limited to 'main/libssh')
-rw-r--r--main/libssh/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD
index e3bcbb3fa..51260bf43 100644
--- a/main/libssh/APKBUILD
+++ b/main/libssh/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter
# Maintainer:
pkgname=libssh
-pkgver=0.4.8
+pkgver=0.5.0
pkgrel=0
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
@@ -10,7 +10,7 @@ license="LGPL"
depends=
makedepends="openssl-dev cmake doxygen"
subpackages="$pkgname-dev"
-source="http://www.libssh.org/files/${pkgname}-${pkgver}.tar.gz"
+source="http://www.libssh.org/files/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -41,4 +41,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="d97b3feea1abe047ca8cf86d06e4b789 libssh-0.4.8.tar.gz"
+md5sums="9b37f45751c0ae7ba66099c1fb136946 libssh-0.5.0.tar.gz"