diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-27 13:21:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-27 13:22:06 +0000 |
commit | daeed0c446ee26a50db0d7a94989d1066708e3dc (patch) | |
tree | 6809f3acf5ee4d47798918bbe5479ffaff790252 /main/libssh/APKBUILD | |
parent | 11b564642db70f8ed733ce80b774e99b2620f285 (diff) | |
download | aports-daeed0c446ee26a50db0d7a94989d1066708e3dc.tar.bz2 aports-daeed0c446ee26a50db0d7a94989d1066708e3dc.tar.xz |
main/libssh: upgrade to 0.4.8
Diffstat (limited to 'main/libssh/APKBUILD')
-rw-r--r-- | main/libssh/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 48d49e3fe5..e3bcbb3fad 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: pkgname=libssh -pkgver=0.4.6 +pkgver=0.4.8 pkgrel=0 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" @@ -10,8 +10,7 @@ license="LGPL" depends= makedepends="openssl-dev cmake doxygen" subpackages="$pkgname-dev" -source="http://www.libssh.org/files/${pkgname}-${pkgver}.tar.gz - libssh-ccache.patch" +source="http://www.libssh.org/files/${pkgname}-${pkgver}.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver @@ -42,5 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="9efdc8911fdb150fb16500c2fbe4ef2e libssh-0.4.6.tar.gz -5b4b75e0d7e8d78185bed79c08e45f90 libssh-ccache.patch" +md5sums="d97b3feea1abe047ca8cf86d06e4b789 libssh-0.4.8.tar.gz" |