diff options
Diffstat (limited to 'main/libssh')
-rw-r--r-- | main/libssh/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 20d86171b..c70b33a7b 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh -pkgver=0.5.2 -pkgrel=1 +pkgver=0.5.3 +pkgrel=0 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" arch="all" @@ -10,7 +10,7 @@ license="LGPL" depends= makedepends="openssl-dev cmake doxygen" subpackages="$pkgname-dev" -source="http://www.libssh.org/files/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz +source="https://red.libssh.org/attachments/download/38/libssh-$pkgver.tar.gz link-pthread.patch" _builddir="$srcdir"/$pkgname-$pkgver @@ -42,5 +42,5 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz +md5sums="9ad01838d3b89d98e900e0f6260a88cc libssh-0.5.3.tar.gz 8d58b3391286de4dad3eb8a5b70171aa link-pthread.patch" |