wok diff sshfs-fuse/receipt @ rev 24533

updated f3 (7.2 -> 8.0)
author Hans-G?nter Theisgen
date Wed Feb 23 11:14:10 2022 +0100 (2022-02-23)
parents 5ea0ce1cecc0
children 72f2704d3ae0
line diff
     1.1 --- a/sshfs-fuse/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/sshfs-fuse/receipt	Wed Feb 23 11:14:10 2022 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="sshfs-$VERSION.tar.gz"
     1.6  WEB_SITE="https://github.com/libfuse/sshfs"
     1.7 -WGET_URL="$WEB_SITE/releases/download/sshfs-$VERSION/$TARBALL"
     1.8 +WGET_URL="$WEB_SITE/archive/refs/tags/$TARBALL"
     1.9  HOST_ARCH="i486 arm"
    1.10  PROVIDE="rsshfs sshfs"
    1.11  TAGS="ssh"
    1.12 @@ -19,7 +19,7 @@
    1.13  
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    1.17 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.18  	sed '/archive.*tar/!d;s|.*/sshfs-\(.*\).tar.*|\1|;q'
    1.19  }
    1.20