wok-6.x diff gmrun/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (18 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 Tue May 09 17:24:00 2023 +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.