Date: Tuesday, April 18, 2017 @ 06:47:13
  Author: arojas
Revision: 223692

Update to 2.9

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-18 06:44:01 UTC (rev 223691)
+++ PKGBUILD    2017-04-18 06:47:13 UTC (rev 223692)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora <[email protected]>
 
 pkgname=sshfs
-pkgver=2.8
+pkgver=2.9
 _tag=sshfs_${pkgver/./_}
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
@@ -10,8 +10,10 @@
 url="http://github.com/libfuse/sshfs";
 license=('GPL')
 depends=('fuse2' 'glib2' 'openssh')
-source=(https://github.com/libfuse/sshfs/releases/download/sshfs_$pkgver/sshfs-$pkgver.tar.gz)
-md5sums=('0ba25e848ee59e2595d6576c8f6284b6')
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de'
+            'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 
<[email protected]>
 
 build() {
   cd $pkgname-$pkgver

Reply via email to