wok diff sshfs-fuse/receipt @ rev 25601

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 16 18:06:38 2023 +0000 (15 months ago)
parents 0e34a8ff8bcd
children
line diff
     1.1 --- a/sshfs-fuse/receipt	Sat Jul 23 10:43:57 2022 +0100
     1.2 +++ b/sshfs-fuse/receipt	Sun Jul 16 18:06:38 2023 +0000
     1.3 @@ -23,10 +23,11 @@
     1.4  
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/sshfs-\(.*\).tar.*|\1|;q'
    1.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.