diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-02-26 11:09:07 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-02-26 11:09:07 +0000 |
| commit | 04b53f12caa84d4cda4d84ec555f1999da23c12f (patch) | |
| tree | d75411ad0d3a5644d1210f004c5c25466fc5f07c | |
| parent | ac98067334bc13e50408a0ae33e4416c12d30e35 (diff) | |
| download | aports-04b53f12caa84d4cda4d84ec555f1999da23c12f.tar.bz2 aports-04b53f12caa84d4cda4d84ec555f1999da23c12f.tar.xz | |
main/libssh: fix source url
| -rw-r--r-- | main/libssh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index 5d36059eb0..ccb5ac94a9 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libssh pkgver=0.6.5 -pkgrel=0 +pkgrel=1 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="https://red.libssh.org/attachments/download/87/libssh-$pkgver.tar.xz +source="https://red.libssh.org/attachments/download/121/libssh-$pkgver.tar.xz fix-includes.patch CVE-2016-0739.patch " |
