# HG changeset patch # User Pascal Bellard # Date 1659944398 0 # Node ID 1b47827a7c64f9aa8589b82eec2d2962b0ed5c8b # Parent d15c88df1fd2fd751f98202949d488c6751265e9 Update some web_site diff -r d15c88df1fd2 -r 1b47827a7c64 alpine/receipt --- a/alpine/receipt Sat Aug 06 11:13:43 2022 +0000 +++ b/alpine/receipt Mon Aug 08 07:39:58 2022 +0000 @@ -9,8 +9,8 @@ LICENSE="Apache" WEB_SITE="https://repo.or.cz/alpine.git" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://repo.or.cz/alpine.git/snapshot/v$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://alpineapp.email/alpine/release/src/$TARBALL" DEPENDS="libssl ncurses pam" BUILD_DEPENDS="ncurses-dev openssl-dev pam-dev" @@ -20,7 +20,7 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*} 2>/dev/null | \ + wget -O - http://repo.or.cz/alpine.git/snapshot/ 2>/dev/null | \ sed '/Release version/!d;s|.*version ||;s|<.*||;q' } diff -r d15c88df1fd2 -r 1b47827a7c64 c-client/receipt --- a/c-client/receipt Sat Aug 06 11:13:43 2022 +0000 +++ b/c-client/receipt Mon Aug 08 07:39:58 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="mail store formats support." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" -WEB_SITE="http://alpine.x10host.com/" +WEB_SITE="https://alpineapp.email/" SOURCE="imap" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="ftp://ftp.cac.washington.edu/mail/$TARBALL" diff -r d15c88df1fd2 -r 1b47827a7c64 gmrun/receipt --- a/gmrun/receipt Sat Aug 06 11:13:43 2022 +0000 +++ b/gmrun/receipt Mon Aug 08 07:39:58 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="rocky@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://sourceforge.net/projects/gmrun" +WEB_SITE="https://github.com/WdesktopX/gmrun" WGET_URL="$SF_MIRROR/gmrun/$TARBALL" HOST_ARCH="i486 arm" @@ -17,9 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - https://sourceforge.net/projects/gmrun/files/gmrun/ 2>/dev/null | \ - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ - sed '/scope="row/!d;s|.*/gmrun/||;s|/.*||;q' + wget -O - https://github.com/WdesktopX/gmrun/tags 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r d15c88df1fd2 -r 1b47827a7c64 gnu-efi/receipt --- a/gnu-efi/receipt Sat Aug 06 11:13:43 2022 +0000 +++ b/gnu-efi/receipt Mon Aug 08 07:39:58 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for EFI applications." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/gnu-efi/" +WEB_SITE="https://directory.fsf.org/wiki/GNU_EFI" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="${WEB_SITE}files/$TARBALL" diff -r d15c88df1fd2 -r 1b47827a7c64 pidgin/receipt --- a/pidgin/receipt Sat Aug 06 11:13:43 2022 +0000 +++ b/pidgin/receipt Mon Aug 08 07:39:58 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://www.pidgin.im/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="$SF_MIRROR/project/$PACKAGE/Pidgin/$VERSION/$TARBALL" PROVIDE="purple" DEPENDS="cyrus-sasl gmp gnutls gtk+ libgcrypt libgpg-error libidn libtasn1 libxcb diff -r d15c88df1fd2 -r 1b47827a7c64 qcad/receipt --- a/qcad/receipt Sat Aug 06 11:13:43 2022 +0000 +++ b/qcad/receipt Mon Aug 08 07:39:58 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="${PACKAGE}-${VERSION}-linux-x86_32.tar.gz" -WEB_SITE="https://www.qcad.org/en/" +WEB_SITE="https://github.com/qcad/qcad" WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL" HOST_ARCH="i486"