wok-6.x rev 25472
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 11 07:33:58 2022 +0000 (2022-10-11) |
parents | d88ce536755a |
children | 24fe92acc96d |
files | gnustep-gui/receipt mrxvt/receipt pwgen/receipt setserial/receipt |
line diff
1.1 --- a/gnustep-gui/receipt Sat Oct 08 08:40:19 2022 +0000 1.2 +++ b/gnustep-gui/receipt Tue Oct 11 07:33:58 2022 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://www.gnustep.org/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="http://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 1.8 +WGET_URL="https://github.com/gnustep/libs-gui/releases/download/gui-${VERSION//./_}/$TARBALL" 1.9 1.10 DEPENDS="audiofile aspell cups giflib gnustep-base jpeg libcomerr3 1.11 libpng libtasn1 portaudio tiff" 1.12 @@ -21,8 +21,8 @@ 1.13 # What is the latest version available today? 1.14 current_version() 1.15 { 1.16 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.17 - sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.18 + wget -O - ${WGET_URL%/rel*}/releases 2>/dev/null | \ 1.19 + sed '/tar.gz dist/!d;s|.tar.*||;s|.*gui-||;q' 1.20 } 1.21 1.22 # Rules to configure and make the package.
2.1 --- a/mrxvt/receipt Sat Oct 08 08:40:19 2022 +0000 2.2 +++ b/mrxvt/receipt Tue Oct 11 07:33:58 2022 +0000 2.3 @@ -10,7 +10,7 @@ 2.4 WEB_SITE="https://sourceforge.net/projects/materm" 2.5 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WGET_URL="$SF_MIRROR/materm/$TARBALL" 2.8 +WGET_URL="$SF_MIRROR/project/materm/mrxvt%20source/$VERSION/$TARBALL" 2.9 2.10 DEPENDS="expat fontconfig freetype jpeg libpng xorg-libICE \ 2.11 xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
3.1 --- a/pwgen/receipt Sat Oct 08 08:40:19 2022 +0000 3.2 +++ b/pwgen/receipt Tue Oct 11 07:33:58 2022 +0000 3.3 @@ -6,7 +6,8 @@ 3.4 SHORT_DESC="A small password generator which creates passwords which can be easily memorized by a human." 3.5 MAINTAINER="slaxemulator@gmail.com" 3.6 LICENSE="GPL" 3.7 -WEB_SITE="https://sourceforge.net/projects/pwgen" 3.8 +#WEB_SITE="https://sourceforge.net/projects/pwgen" 3.9 +WEB_SITE="https://github.com/tytso/pwgen" 3.10 3.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.13 @@ -14,9 +15,8 @@ 3.14 # What is the latest version available today? 3.15 current_version() 3.16 { 3.17 - wget -O - https://sourceforge.net/projects/pwgen/files/pwgen/ 2>/dev/null | \ 3.18 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 3.19 - sed '/scope="row/!d;s|.*/pwgen/||;s|/.*||;q' 3.20 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 3.21 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 3.22 } 3.23 3.24 # Rules to configure and make the package.
4.1 --- a/setserial/receipt Sat Oct 08 08:40:19 2022 +0000 4.2 +++ b/setserial/receipt Tue Oct 11 07:33:58 2022 +0000 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="pascal.bellard@slitaz.org" 4.5 LICENSE="GPL" 4.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.7 -WEB_SITE="https://setserial.sourceforge.net/" 4.8 +WEB_SITE="https://sourceforge.net/projects/setserial/" 4.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.10 HOST_ARCH="i486 arm" 4.11