summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libssh/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD
index be17a6496bd..2884307035a 100644
--- a/main/libssh/APKBUILD
+++ b/main/libssh/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter
# Maintainer:
pkgname=libssh
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=0
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
@@ -10,7 +10,7 @@ license="LGPL"
depends=
makedepends="openssl-dev cmake doxygen wget"
subpackages="$pkgname-dev"
-source="https://red.libssh.org/attachments/download/38/libssh-$pkgver.tar.gz"
+source="https://red.libssh.org/attachments/download/41/libssh-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -41,4 +41,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="9ad01838d3b89d98e900e0f6260a88cc libssh-0.5.3.tar.gz"
+md5sums="b8b4e733c13dfabae33b2688ef82dacc libssh-0.5.4.tar.gz"