summaryrefslogtreecommitdiff
path: root/community/sshfs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sshfs/PKGBUILD')
-rw-r--r--community/sshfs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sshfs/PKGBUILD b/community/sshfs/PKGBUILD
index 05b1a8546..7ef1a502b 100644
--- a/community/sshfs/PKGBUILD
+++ b/community/sshfs/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 102191 2013-12-06 12:45:33Z giovanni $
+# $Id: PKGBUILD 104110 2014-01-15 23:34:26Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=sshfs
-pkgver=2.4
-pkgrel=1.1
+pkgver=2.5
+pkgrel=1
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
arch=('i686' 'x86_64' 'mips64el')
url="http://fuse.sourceforge.net/sshfs.html"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('fuse' 'glib2' 'openssh')
makedepends=('pkg-config')
source=("http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz")
-md5sums=('3c7c3647c52ce84d09486f1da3a3ce24')
+md5sums=('17494910db8383a366b1301e5f5148a9')
build() {
cd "${srcdir}/${pkgname}-fuse-${pkgver}"