Date: Sunday, March 24, 2013 @ 16:55:36
  Author: tomegun
Revision: 180603

upgpkg: libssh 0.5.4-1

upstream release

Modified:
  libssh/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-24 12:53:07 UTC (rev 180602)
+++ PKGBUILD    2013-03-24 15:55:36 UTC (rev 180603)
@@ -5,7 +5,7 @@
 # Contributor: sergeantspoon <[email protected]>
 
 pkgname=libssh
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/";
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
-source=("https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz";)
+source=("https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz";)
 
 build() {
   cd "${srcdir}"
@@ -29,4 +29,4 @@
   cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('9ad01838d3b89d98e900e0f6260a88cc')
+md5sums=('b8b4e733c13dfabae33b2688ef82dacc')

Reply via email to