diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-07 07:11:29 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-07 09:45:43 +0000 |
| commit | 64fa42e2bc50a87954e1da1bc1b7d046a3f8a3e0 (patch) | |
| tree | 4047ddcc6ace226d91abb8da549753b0e81737e8 | |
| parent | 717275d0c20f52710b581bb29a469c7f283f5a3c (diff) | |
| download | aports-64fa42e2bc50a87954e1da1bc1b7d046a3f8a3e0.tar.bz2 aports-64fa42e2bc50a87954e1da1bc1b7d046a3f8a3e0.tar.xz | |
fixes #1493
| -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 20d86171b7..c70b33a7bd 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" |
