wok rev 19976

sshfs-fuse: update wget
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 11 16:43:30 2017 +0200 (2017-06-11)
parents c03f68de51be
children 515fba1abfd7
files sshfs-fuse/receipt
line diff
     1.1 --- a/sshfs-fuse/receipt	Sun Jun 11 12:13:33 2017 +0200
     1.2 +++ b/sshfs-fuse/receipt	Sun Jun 11 16:43:30 2017 +0200
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="SSH Filesystem implemented with FUSE."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -TARBALL="sshfs_$VERSION.tar.gz"
     1.8 +TARBALL="sshfs-$VERSION.tar.gz"
     1.9  WEB_SITE="https://github.com/libfuse/sshfs"
    1.10 -WGET_URL="https://github.com/libfuse/sshfs/archive/$TARBALL"
    1.11 +WGET_URL="$WEB_SITE/releases/download/sshfs-$VERSION/$TARBALL"
    1.12  HOST_ARCH="i486 arm"
    1.13  PROVIDE="rsshfs sshfs"
    1.14  TAGS="ssh"