diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 20:12:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 20:12:26 +0000 |
commit | 00616a302345fe4c90122c870ba860bd45e5d748 (patch) | |
tree | 44f87ebfe8ea527d9d1b686aafd11eef72a193dd /main/libssh | |
parent | f0a5d7df56edbeeb1bcf28a85c71667a6f480000 (diff) | |
download | aports-00616a302345fe4c90122c870ba860bd45e5d748.tar.bz2 aports-00616a302345fe4c90122c870ba860bd45e5d748.tar.xz |
main/libssh: upgrade to 0.5.1
Diffstat (limited to 'main/libssh')
-rw-r--r-- | main/libssh/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 51260bf43e..c0bf90a986 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -41,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="9b37f45751c0ae7ba66099c1fb136946 libssh-0.5.0.tar.gz" +md5sums="0cd8bc9336398e23a76f4e25c1412eb4 libssh-0.5.1.tar.gz" |