wok-current rev 25420
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 08 07:39:58 2022 +0000 (2022-08-08) |
parents | d15c88df1fd2 |
children | 00bff3684d8a |
files | alpine/receipt c-client/receipt gmrun/receipt gnu-efi/receipt pidgin/receipt qcad/receipt |
line diff
1.1 --- a/alpine/receipt Sat Aug 06 11:13:43 2022 +0000 1.2 +++ b/alpine/receipt Mon Aug 08 07:39:58 2022 +0000 1.3 @@ -9,8 +9,8 @@ 1.4 LICENSE="Apache" 1.5 WEB_SITE="https://repo.or.cz/alpine.git" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -WGET_URL="https://repo.or.cz/alpine.git/snapshot/v$VERSION.tar.gz" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.10 +WGET_URL="https://alpineapp.email/alpine/release/src/$TARBALL" 1.11 1.12 DEPENDS="libssl ncurses pam" 1.13 BUILD_DEPENDS="ncurses-dev openssl-dev pam-dev" 1.14 @@ -20,7 +20,7 @@ 1.15 # What is the latest version available today? 1.16 current_version() 1.17 { 1.18 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.19 + wget -O - http://repo.or.cz/alpine.git/snapshot/ 2>/dev/null | \ 1.20 sed '/Release version/!d;s|.*version ||;s|<.*||;q' 1.21 } 1.22
2.1 --- a/c-client/receipt Sat Aug 06 11:13:43 2022 +0000 2.2 +++ b/c-client/receipt Mon Aug 08 07:39:58 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="mail store formats support." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="Apache" 2.7 -WEB_SITE="http://alpine.x10host.com/" 2.8 +WEB_SITE="https://alpineapp.email/" 2.9 SOURCE="imap" 2.10 TARBALL="$SOURCE-$VERSION.tar.gz" 2.11 WGET_URL="ftp://ftp.cac.washington.edu/mail/$TARBALL"
3.1 --- a/gmrun/receipt Sat Aug 06 11:13:43 2022 +0000 3.2 +++ b/gmrun/receipt Mon Aug 08 07:39:58 2022 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 MAINTAINER="rocky@slitaz.org" 3.5 LICENSE="GPL2" 3.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.7 -WEB_SITE="https://sourceforge.net/projects/gmrun" 3.8 +WEB_SITE="https://github.com/WdesktopX/gmrun" 3.9 WGET_URL="$SF_MIRROR/gmrun/$TARBALL" 3.10 HOST_ARCH="i486 arm" 3.11 3.12 @@ -17,9 +17,8 @@ 3.13 # What is the latest version available today? 3.14 current_version() 3.15 { 3.16 - wget -O - https://sourceforge.net/projects/gmrun/files/gmrun/ 2>/dev/null | \ 3.17 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 3.18 - sed '/scope="row/!d;s|.*/gmrun/||;s|/.*||;q' 3.19 + wget -O - https://github.com/WdesktopX/gmrun/tags 2>/dev/null | \ 3.20 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 3.21 } 3.22 3.23 # Rules to configure and make the package.
4.1 --- a/gnu-efi/receipt Sat Aug 06 11:13:43 2022 +0000 4.2 +++ b/gnu-efi/receipt Mon Aug 08 07:39:58 2022 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Development files for EFI applications." 4.5 MAINTAINER="pascal.bellard@slitaz.org" 4.6 LICENSE="GPL2" 4.7 -WEB_SITE="https://sourceforge.net/projects/gnu-efi/" 4.8 +WEB_SITE="https://directory.fsf.org/wiki/GNU_EFI" 4.9 4.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.11 WGET_URL="${WEB_SITE}files/$TARBALL"
5.1 --- a/pidgin/receipt Sat Aug 06 11:13:43 2022 +0000 5.2 +++ b/pidgin/receipt Mon Aug 08 07:39:58 2022 +0000 5.3 @@ -9,7 +9,7 @@ 5.4 WEB_SITE="https://www.pidgin.im/" 5.5 5.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.8 +WGET_URL="$SF_MIRROR/project/$PACKAGE/Pidgin/$VERSION/$TARBALL" 5.9 5.10 PROVIDE="purple" 5.11 DEPENDS="cyrus-sasl gmp gnutls gtk+ libgcrypt libgpg-error libidn libtasn1 libxcb
6.1 --- a/qcad/receipt Sat Aug 06 11:13:43 2022 +0000 6.2 +++ b/qcad/receipt Mon Aug 08 07:39:58 2022 +0000 6.3 @@ -7,7 +7,7 @@ 6.4 MAINTAINER="pankso@slitaz.org" 6.5 LICENSE="GPL3" 6.6 TARBALL="${PACKAGE}-${VERSION}-linux-x86_32.tar.gz" 6.7 -WEB_SITE="https://www.qcad.org/en/" 6.8 +WEB_SITE="https://github.com/qcad/qcad" 6.9 WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL" 6.10 HOST_ARCH="i486" 6.11