wok rev 25858

Update some urls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 14:52:03 2025 +0000 (17 hours ago)
parents aecc39b040e8
children f8a63ca574b0
files BootProg/stuff/bootex.asm BootProg/stuff/bootprog.sh bzip3/receipt cd-discid/receipt edbus/receipt efreet/receipt emotion/receipt enlightenment-pam/receipt enlightenment/receipt expedite/receipt fbida/receipt galculator/receipt gtick/receipt ledger/receipt lxpolkit/receipt mpv/receipt msgpack-dev/receipt msgpack/receipt openal-dev/receipt openal/receipt p7zip-full/receipt perl-test-deep/receipt rtmidi-dev/receipt rtmidi/receipt sylpheed-full/receipt sylpheed/receipt tmate/receipt
line diff
     1.1 --- a/BootProg/stuff/bootex.asm	Thu Aug 07 17:10:52 2025 +0000
     1.2 +++ b/BootProg/stuff/bootex.asm	Sat Aug 23 14:52:03 2025 +0000
     1.3 @@ -307,7 +307,7 @@
     1.4          cmp     esi, byte -10           ; carry=0 if last cluster, and carry=1 otherwise
     1.5          jc      RootDirReadContinue     ; continue to the next root dir cluster
     1.6  FindNameFailed:                         ; end of root directory (dir end reached)
     1.7 -        mov     dl, [bx(DriveNumber)]   ; restore BIOS boot drive number
     1.8 +        ;mov     dl, [bx(DriveNumber)]   ; restore BIOS boot drive number
     1.9          call    Error
    1.10          db      "No bootfile."
    1.11  
     2.1 --- a/BootProg/stuff/bootprog.sh	Thu Aug 07 17:10:52 2025 +0000
     2.2 +++ b/BootProg/stuff/bootprog.sh	Sat Aug 23 14:52:03 2025 +0000
     2.3 @@ -13,9 +13,9 @@
     2.4  	for a in "$o skip=$((o+b)) count=$((s-o))" "0 skip=$b count=11"
     2.5  	do sed 1,/^exit/d $0|$w=$a;done
     2.6  	echo -n $f|$w=$c
     2.7 -	echo "Set boot file $2" && echo -n "$2" | case $f in
     2.8 +	echo "Set boot file '$2'" && echo -n "$2" | case $f in
     2.9  	E*)	sed 's| |.|;s| ||g'|cat - /dev/zero|$w=499 count=11;;
    2.10 -	*)	tr a-z A-Z|sed 's|\.|       |;s|^\(.\{8\}\) *|\1|;s|$|   |'|$w=499 count=11
    2.11 +	*)	tr a-z A-Z|sed 's|\.|       |;s|^\(.\{8\}\) *|\1|;s|$|          |'|$w=499 count=11
    2.12  	esac
    2.13  	case $f in
    2.14  	*32)	$w=$(($(od -An -j50 -N2 -d $1)<<9)) if=$1 count=$s;;
     3.1 --- a/bzip3/receipt	Thu Aug 07 17:10:52 2025 +0000
     3.2 +++ b/bzip3/receipt	Sat Aug 23 14:52:03 2025 +0000
     3.3 @@ -1,13 +1,13 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="bzip3"
     3.7 -VERSION="1.5.2"
     3.8 +VERSION="1.5.3"
     3.9  CATEGORY="utilities"
    3.10  TAGS="compression archive"
    3.11  SHORT_DESC="High-quality data compressor."
    3.12  MAINTAINER="pascal.bellard@slitaz.org"
    3.13  LICENSE="LGPL3"
    3.14 -WEB_SITE="https://github.com/kspalaiologos/bzip3"
    3.15 +WEB_SITE="https://github.com/iczelia/bzip3"
    3.16  
    3.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.18  WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL"
     4.1 --- a/cd-discid/receipt	Thu Aug 07 17:10:52 2025 +0000
     4.2 +++ b/cd-discid/receipt	Sat Aug 23 14:52:03 2025 +0000
     4.3 @@ -10,15 +10,15 @@
     4.4  WEB_SITE="http://linukz.org/cd-discid.shtml"
     4.5  
     4.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.7 -WGET_URL="http://linukz.org/download/$TARBALL"
     4.8 +WGET_URL="https://github.com/taem/cd-discid/archive/refs/tags/upstream/$VERSION.tar.gz"
     4.9  
    4.10  DEPENDS=""
    4.11  
    4.12  # What is the latest version available today?
    4.13  current_version()
    4.14  {
    4.15 -	wget -O - $WEB_SITE 2>/dev/null | \
    4.16 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    4.17 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    4.18 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    4.19  }
    4.20  
    4.21  # Rules to configure and make the package.
     5.1 --- a/edbus/receipt	Thu Aug 07 17:10:52 2025 +0000
     5.2 +++ b/edbus/receipt	Sat Aug 23 14:52:03 2025 +0000
     5.3 @@ -9,7 +9,7 @@
     5.4  SOURCE="e_dbus"
     5.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     5.6  WEB_SITE="https://www.enlightenment.org/"
     5.7 -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
     5.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"
     5.9  TAGS="e enlightenment efl"
    5.10  HOST_ARCH="i486 arm"
    5.11  
     6.1 --- a/efreet/receipt	Thu Aug 07 17:10:52 2025 +0000
     6.2 +++ b/efreet/receipt	Sat Aug 23 14:52:03 2025 +0000
     6.3 @@ -8,7 +8,7 @@
     6.4  LICENSE="BSD"
     6.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.6  WEB_SITE="https://www.enlightenment.org/"
     6.7 -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
     6.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"
     6.9  TAGS="e enlightenment efl"
    6.10  HOST_ARCH="i486 arm"
    6.11  
     7.1 --- a/emotion/receipt	Thu Aug 07 17:10:52 2025 +0000
     7.2 +++ b/emotion/receipt	Sat Aug 23 14:52:03 2025 +0000
     7.3 @@ -8,7 +8,7 @@
     7.4  LICENSE="BSD"
     7.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     7.6  WEB_SITE="https://www.enlightenment.org/"
     7.7 -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
     7.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"
     7.9  TAGS="e enlightenment efl"
    7.10  HOST_ARCH="i486 arm"
    7.11  
     8.1 --- a/enlightenment-pam/receipt	Thu Aug 07 17:10:52 2025 +0000
     8.2 +++ b/enlightenment-pam/receipt	Sat Aug 23 14:52:03 2025 +0000
     8.3 @@ -9,7 +9,7 @@
     8.4  LICENSE="BSD"
     8.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     8.6  WEB_SITE="https://www.enlightenment.org/"
     8.7 -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
     8.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"
     8.9  PROVIDE="enlightenment:pam"
    8.10  TAGS="e enlightenment window-manager"
    8.11  LOCALES="cs da de el es fr fr_CH hu it pl pt pt_BR ru sl sv zh_CN zh_TW"
     9.1 --- a/enlightenment/receipt	Thu Aug 07 17:10:52 2025 +0000
     9.2 +++ b/enlightenment/receipt	Sat Aug 23 14:52:03 2025 +0000
     9.3 @@ -8,7 +8,7 @@
     9.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9.5  LICENSE="BSD"
     9.6  WEB_SITE="https://www.enlightenment.org/"
     9.7 -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
     9.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"
     9.9  TAGS="e enlightenment window-manager"
    9.10  HOST_ARCH="i486 arm"
    9.11  
    10.1 --- a/expedite/receipt	Thu Aug 07 17:10:52 2025 +0000
    10.2 +++ b/expedite/receipt	Sat Aug 23 14:52:03 2025 +0000
    10.3 @@ -10,7 +10,7 @@
    10.4  WEB_SITE="https://www.enlightenment.org/"
    10.5  
    10.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.7 -WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    10.8 +WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"
    10.9  
   10.10  DEPENDS="evas python"
   10.11  BUILD_DEPENDS="automake evas-dev libtool"
    11.1 --- a/fbida/receipt	Thu Aug 07 17:10:52 2025 +0000
    11.2 +++ b/fbida/receipt	Sat Aug 23 14:52:03 2025 +0000
    11.3 @@ -8,7 +8,7 @@
    11.4  LICENSE="GPL2"
    11.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    11.6  WEB_SITE="https://linux.bytesex.org/fbida/"
    11.7 -WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
    11.8 +WGET_URL="https://www.kraxel.org/releases/$PACKAGE/$TARBALL"
    11.9  HOST_ARCH="i486 arm"
   11.10  
   11.11  DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \
   11.12 @@ -16,6 +16,7 @@
   11.13  BUILD_DEPENDS="freetype-dev fontconfig-dev libexif-dev curl-dev jpeg-dev \
   11.14  libpng-dev tiff-dev openmotif-dev sane-backends-dev"
   11.15  
   11.16 +# What is the latest version available today?
   11.17  current_version()
   11.18  {
   11.19  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    12.1 --- a/galculator/receipt	Thu Aug 07 17:10:52 2025 +0000
    12.2 +++ b/galculator/receipt	Sat Aug 23 14:52:03 2025 +0000
    12.3 @@ -6,7 +6,7 @@
    12.4  SHORT_DESC="Graphical scientific calculator."
    12.5  MAINTAINER="pankso@slitaz.org"
    12.6  LICENSE="GPL2"
    12.7 -WEB_SITE="http://galculator.mnim.org/"
    12.8 +WEB_SITE="https://github.com/galculator/galculator"
    12.9  
   12.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.11  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION/$TARBALL"
    13.1 --- a/gtick/receipt	Thu Aug 07 17:10:52 2025 +0000
    13.2 +++ b/gtick/receipt	Sat Aug 23 14:52:03 2025 +0000
    13.3 @@ -10,6 +10,7 @@
    13.4  
    13.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.6  WGET_URL="${WEB_SITE}download/$TARBALL"
    13.7 +#WGET_URL="https://gitweb.git.savannah.gnu.org/gitweb/?p=gtick.git;a=snapshot;h=GTICK-$VERSION;sf=tgz"
    13.8  
    13.9  SUGGESTED="gtick-lang"
   13.10  DEPENDS="gtk+ libogg libsndfile libxml2 pulseaudio xorg-libXdamage"
    14.1 --- a/ledger/receipt	Thu Aug 07 17:10:52 2025 +0000
    14.2 +++ b/ledger/receipt	Sat Aug 23 14:52:03 2025 +0000
    14.3 @@ -8,22 +8,22 @@
    14.4  LICENSE="BSD"
    14.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    14.6  WEB_SITE="https://ledger-cli.org/" 
    14.7 -WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL"
    14.8 +WGET_URL="https://github.com/ledger/ledger/archive/refs/tags/v$VERSION.tar.gz"
    14.9  
   14.10  DEPENDS="pcre gmp"
   14.11 -BUILD_DEPENDS="pcre-dev gmp-dev"
   14.12 +BUILD_DEPENDS="pcre-dev gmp-dev automake"
   14.13  
   14.14  # What is the latest version available today?
   14.15  current_version()
   14.16  {
   14.17 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
   14.18 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
   14.19 +	wget -O - https://github.com/ledger/ledger/releases 2>/dev/null | \
   14.20 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   14.21  }
   14.22  
   14.23  # Rules to configure and make the package.
   14.24  compile_rules()
   14.25  {
   14.26 -	cd $src
   14.27 +	[ -x ./autogen.sh ] && ./autogen.sh
   14.28  	./configure --prefix=/usr \
   14.29  		$CONFIGURE_ARGS &&
   14.30  	make &&
    15.1 --- a/lxpolkit/receipt	Thu Aug 07 17:10:52 2025 +0000
    15.2 +++ b/lxpolkit/receipt	Sat Aug 23 14:52:03 2025 +0000
    15.3 @@ -8,12 +8,13 @@
    15.4  LICENSE="GPL3"
    15.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    15.6  WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL"
    15.7 -WEB_SITE="https://blog.lxde.org/?p=674"
    15.8 +WEB_SITE="http://www.lxde.org/"
    15.9  TAGS="LXDE"
   15.10  
   15.11  DEPENDS="gtk+ polkit"
   15.12  BUILD_DEPENDS="gtk+-dev polkit-dev"
   15.13  
   15.14 +# What is the latest version available today?
   15.15  current_version()
   15.16  {
   15.17  	wget -O - https://sourceforge.net/projects/lxde/files/LXPolkit/ 2>/dev/null | \
    16.1 --- a/mpv/receipt	Thu Aug 07 17:10:52 2025 +0000
    16.2 +++ b/mpv/receipt	Sat Aug 23 14:52:03 2025 +0000
    16.3 @@ -20,7 +20,7 @@
    16.4  	xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext \
    16.5  	xorg-libXxf86vm xorg-libXfixes xorg-libXinerama \
    16.6  	xorg-libXrandr xorg-libXrender xorg-libXv zlib"
    16.7 -BUILD_DEPENDS="alsa-lib-dev bzlib cacerts ffmpeg-compat-dev ffmpeg-dev \
    16.8 +BUILD_DEPENDS="alsa-lib-dev bzlib cacerts ffmpeg-dev \
    16.9  	file glib-dev glibc-dev gmp-dev jpeg-dev lame-dev lcms2-dev \
   16.10  	libdrm-dev libegl-mesa libguess liblzma-dev libpng-dev \
   16.11  	libsdl-dev libtasn1-dev libtinfo libv4l-dev libxcb-dev \
    17.1 --- a/msgpack-dev/receipt	Thu Aug 07 17:10:52 2025 +0000
    17.2 +++ b/msgpack-dev/receipt	Sat Aug 23 14:52:03 2025 +0000
    17.3 @@ -6,7 +6,7 @@
    17.4  SHORT_DESC="MessagePack implementation for C and C++, development files."
    17.5  MAINTAINER="pascal.bellard@slitaz.org"
    17.6  LICENSE="MIT"
    17.7 -WEB_SITE="https://tmate.io/"
    17.8 +WEB_SITE="https://msgpack.org/"
    17.9  
   17.10  DEPENDS="msgpack pkg-config"
   17.11  WANTED="msgpack"
    18.1 --- a/msgpack/receipt	Thu Aug 07 17:10:52 2025 +0000
    18.2 +++ b/msgpack/receipt	Sat Aug 23 14:52:03 2025 +0000
    18.3 @@ -6,7 +6,7 @@
    18.4  SHORT_DESC="MessagePack implementation for C and C++."
    18.5  MAINTAINER="pascal.bellard@slitaz.org"
    18.6  LICENSE="MIT"
    18.7 -WEB_SITE="https://tmate.io/"
    18.8 +WEB_SITE="https://msgpack.org/"
    18.9  
   18.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   18.11  WGET_URL="https://github.com/$PACKAGE/$PACKAGE-c/archive/cpp-$VERSION.tar.gz"
    19.1 --- a/openal-dev/receipt	Thu Aug 07 17:10:52 2025 +0000
    19.2 +++ b/openal-dev/receipt	Sat Aug 23 14:52:03 2025 +0000
    19.3 @@ -7,7 +7,7 @@
    19.4  SHORT_DESC="Cross-platform 3D audio API, development files."
    19.5  MAINTAINER="pascal.bellard@slitaz.org"
    19.6  LICENSE="LGPL2"
    19.7 -WEB_SITE="https://www.openal-soft.org/"
    19.8 +WEB_SITE="https://github.com/kcat/openal-soft"
    19.9  
   19.10  DEPENDS="openal pkg-config"
   19.11  WANTED="openal"
    20.1 --- a/openal/receipt	Thu Aug 07 17:10:52 2025 +0000
    20.2 +++ b/openal/receipt	Sat Aug 23 14:52:03 2025 +0000
    20.3 @@ -7,12 +7,12 @@
    20.4  SHORT_DESC="Cross-platform 3D audio API."
    20.5  MAINTAINER="pascal.bellard@slitaz.org"
    20.6  LICENSE="LGPL2"
    20.7 -WEB_SITE="https://www.openal-soft.org/"
    20.8 +WEB_SITE="https://github.com/kcat/openal-soft"
    20.9  REPOLOGY="openal-soft"
   20.10  
   20.11  SOURCE="openal-soft"
   20.12  TARBALL="$SOURCE-$VERSION.tar.bz2"
   20.13 -WGET_URL="${WEB_SITE}$PACKAGE-releases/$TARBALL"
   20.14 +WGET_URL="https://www.openal-soft.org/$PACKAGE-releases/$TARBALL"
   20.15  
   20.16  DEPENDS="gcc83-lib-base libatomic"
   20.17  BUILD_DEPENDS="cmake gcc83 libatomic"
   20.18 @@ -20,8 +20,8 @@
   20.19  # What is the latest version available today?
   20.20  current_version()
   20.21  {
   20.22 -	wget -O - $WEB_SITE 2>/dev/null | \
   20.23 -	sed '/OpenAL Soft [0-9]/!d;s|.*OpenAL Soft ||;s| is.*||;q'
   20.24 +	wget -O - https://github.com/kcat/openal-soft/releases 2>/dev/null | \
   20.25 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   20.26  }
   20.27  
   20.28  # Rules to configure and make the package.
    21.1 --- a/p7zip-full/receipt	Thu Aug 07 17:10:52 2025 +0000
    21.2 +++ b/p7zip-full/receipt	Sat Aug 23 14:52:03 2025 +0000
    21.3 @@ -8,12 +8,16 @@
    21.4  MAINTAINER="milka@konstelacioj.info"
    21.5  LICENSE="LGPL2.1"
    21.6  TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2"
    21.7 +#https://sourceforge.net/projects/sevenzip/files/7-Zip/25.01/7z2501-src.tar.xz/download
    21.8  WEB_SITE="https://p7zip.sourceforge.net/"
    21.9 +#https://www.7-zip.org/
   21.10  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
   21.11  
   21.12  # What is the latest version available today?
   21.13  current_version()
   21.14  {
   21.15 +	#wget -O - https://github.com/p7zip-project/p7zip/releases 2>/dev/null | \	v17.05+zstd
   21.16 +	#sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   21.17          wget -O - https://sourceforge.net/projects/$SOURCE/files/$SOURCE/ 2>/dev/null | \
   21.18  	sed '/scope="row/!d;s|.*href=".*p7zip/||;s|/.*||;q'
   21.19  }
    22.1 --- a/perl-test-deep/receipt	Thu Aug 07 17:10:52 2025 +0000
    22.2 +++ b/perl-test-deep/receipt	Sat Aug 23 14:52:03 2025 +0000
    22.3 @@ -10,7 +10,7 @@
    22.4  
    22.5  SOURCE="Test-Deep"
    22.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    22.7 -WGET_URL="https://cpan.metacpan.org/modules/by-module/Test/$TARBALL"
    22.8 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL"
    22.9  
   22.10  DEPENDS="perl perl-test-nowarnings"
   22.11  BUILD_DEPENDS="$DEPENDS"
    23.1 --- a/rtmidi-dev/receipt	Thu Aug 07 17:10:52 2025 +0000
    23.2 +++ b/rtmidi-dev/receipt	Sat Aug 23 14:52:03 2025 +0000
    23.3 @@ -6,7 +6,7 @@
    23.4  SHORT_DESC="C++ library for realtime MIDI input/ouput, development files"
    23.5  MAINTAINER="pascal.bellard@slitaz.org"
    23.6  LICENSE="MIT"
    23.7 -WEB_SITE="https://www.music.mcgill.ca/~gary/rtmidi/"
    23.8 +WEB_SITE="https://github.com/thestk/rtmidi/"
    23.9  WANTED="rtmidi"
   23.10  
   23.11  DEPENDS="rtmidi pkg-config"
    24.1 --- a/rtmidi/receipt	Thu Aug 07 17:10:52 2025 +0000
    24.2 +++ b/rtmidi/receipt	Sat Aug 23 14:52:03 2025 +0000
    24.3 @@ -7,22 +7,23 @@
    24.4  MAINTAINER="pascal.bellard@slitaz.org"
    24.5  LICENSE="MIT"
    24.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    24.7 -WEB_SITE="https://www.music.mcgill.ca/~gary/rtmidi/"
    24.8 -WGET_URL="${WEB_SITE}release/$TARBALL"
    24.9 +WEB_SITE="https://github.com/thestk/rtmidi/"
   24.10 +WGET_URL="https://github.com/thestk/rtmidi/archive/refs/tags/$VERSION.tar.gz"
   24.11  
   24.12  DEPENDS="gcc83-lib-base alsa-lib"
   24.13 -BUILD_DEPENDS="gcc83 alsa-lib-dev"
   24.14 +BUILD_DEPENDS="gcc83 alsa-lib-dev automake"
   24.15  
   24.16  # What is the latest version available today?
   24.17  current_version()
   24.18  {
   24.19 -	wget -O - $WEB_SITE 2> /dev/null | \
   24.20 -	sed '/release\/rtmidi/!d;s|.*rtmidi-||;s|.tar.gz.*||;q'
   24.21 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
   24.22 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
   24.23  }
   24.24  
   24.25  # Rules to configure and make the package.
   24.26  compile_rules()
   24.27  {
   24.28 +	[ -x ./autogen.sh ] && ./autogen.sh
   24.29  	./configure	--prefix=/usr		\
   24.30  			--with-alsa		\
   24.31  			CC=gcc-83		\
    25.1 --- a/sylpheed-full/receipt	Thu Aug 07 17:10:52 2025 +0000
    25.2 +++ b/sylpheed-full/receipt	Sat Aug 23 14:52:03 2025 +0000
    25.3 @@ -11,7 +11,7 @@
    25.4  
    25.5  SOURCE="sylpheed"
    25.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
    25.7 -WGET_URL="https://dotsrc.dl.osdn.net/osdn/sylpheed/68999/$TARBALL"
    25.8 +WGET_URL="https://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
    25.9  
   25.10  PROVIDE="sylpheed"
   25.11  DEPENDS="enchant gnupg gpgme gtk+ gtkspell libgpg-error libldap libssl"
    26.1 --- a/sylpheed/receipt	Thu Aug 07 17:10:52 2025 +0000
    26.2 +++ b/sylpheed/receipt	Sat Aug 23 14:52:03 2025 +0000
    26.3 @@ -10,7 +10,7 @@
    26.4  WEB_SITE="https://sylpheed.sraoss.jp/en/"
    26.5  
    26.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    26.7 -WGET_URL="https://dotsrc.dl.osdn.net/osdn/sylpheed/68999/$TARBALL"
    26.8 +WGET_URL="https://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
    26.9  
   26.10  DEPENDS="gtk+ libffi libssl"
   26.11  BUILD_DEPENDS="gtk+-dev openssl-dev"
    27.1 --- a/tmate/receipt	Thu Aug 07 17:10:52 2025 +0000
    27.2 +++ b/tmate/receipt	Sat Aug 23 14:52:03 2025 +0000
    27.3 @@ -6,7 +6,7 @@
    27.4  SHORT_DESC="Instant Terminal Sharing."
    27.5  MAINTAINER="pascal.bellard@slitaz.org"
    27.6  LICENSE="BSD"
    27.7 -WEB_SITE="https://tmate.io/"
    27.8 +WEB_SITE="https://github.com/tmate-io/tmate/"
    27.9  
   27.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   27.11  WGET_URL="https://github.com/tmate-io/$PACKAGE/archive/$VERSION.tar.gz"