wok diff gmrun/receipt @ rev 25464

httpfs2-fuse: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 30 09:07:42 2022 +0000 (20 months ago)
parents 932cd974e081
children
line diff
     1.1 --- a/gmrun/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.2 +++ b/gmrun/receipt	Fri Sep 30 09:07:42 2022 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="rocky@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="https://sourceforge.net/projects/gmrun"
     1.8 +WEB_SITE="https://github.com/WdesktopX/gmrun"
     1.9  WGET_URL="$SF_MIRROR/gmrun/$TARBALL"
    1.10  HOST_ARCH="i486 arm"
    1.11  
    1.12 @@ -17,9 +17,8 @@
    1.13  # What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - https://sourceforge.net/projects/gmrun/files/gmrun/ 2>/dev/null | \
    1.17 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.18 -	sed '/scope="row/!d;s|.*/gmrun/||;s|/.*||;q'
    1.19 +	wget -O - https://github.com/WdesktopX/gmrun/tags 2>/dev/null | \
    1.20 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    1.21  }
    1.22  
    1.23  # Rules to configure and make the package.