wok rev 25021

Up evas_generic_loaders (1.7.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 18 11:39:29 2022 +0000 (23 months ago)
parents c8f5c3a4bd86
children a98375524939
files airstrike/receipt ajaxterm/receipt azdrawing/receipt bittorrent/receipt bleachbit/receipt burp/receipt cherrytree/receipt clamav/receipt clearlooks-compact/receipt clonezilla/receipt doxygen/receipt drbl/receipt ecore/receipt edbus/receipt edje/receipt eet/receipt eeze/receipt efreet/receipt eina/receipt eio/receipt elementary/receipt embryo/receipt emotion/receipt enlightenment-pam/receipt enlightenment/receipt ethumb/receipt evas/receipt evas_generic_loaders/receipt expedite/receipt facter/receipt filezilla/receipt
line diff
     1.1 --- a/airstrike/receipt	Wed May 18 08:05:48 2022 +0100
     1.2 +++ b/airstrike/receipt	Wed May 18 11:39:29 2022 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  WEB_SITE="http://icculus.org/airstrike/"
     1.6  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
     1.7 -WGET_URL="http://offload1.icculus.org:9090/$PACKAGE/$TARBALL"
     1.8 +WGET_URL="http://icculus.org/$PACKAGE/$TARBALL"
     1.9  
    1.10  DEPENDS="libsdl-image libsdl"
    1.11  BUILD_DEPENDS="libsdl-image-dev libsdl-dev"
     2.1 --- a/ajaxterm/receipt	Wed May 18 08:05:48 2022 +0100
     2.2 +++ b/ajaxterm/receipt	Wed May 18 11:39:29 2022 +0000
     2.3 @@ -9,7 +9,7 @@
     2.4  WEB_SITE="https://github.com/antonylesuisse/qweb/tree/master/ajaxterm"
     2.5  SOURCE="Ajaxterm"
     2.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.7 -WGET_URL="http://antony.lesuisse.org/ajaxterm/files/$TARBALL"
     2.8 +WGET_URL="http://antony.lesuisse.org/software/ajaxterm/files/$TARBALL"
     2.9  TAGS="web application"
    2.10  
    2.11  DEPENDS="python"
     3.1 --- a/azdrawing/receipt	Wed May 18 08:05:48 2022 +0100
     3.2 +++ b/azdrawing/receipt	Wed May 18 11:39:29 2022 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="GPL3 LGPL3"
     3.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.6  WEB_SITE="https://osdn.net/projects/azdrawing/"
     3.7 -WGET_URL="http://acc.dl.osdn.jp/azdrawing/63500/$TARBALL"
     3.8 +WGET_URL="http://azsky2.html.xdomain.jp/arc/$TARBALL"
     3.9  
    3.10  DEPENDS="xorg-libX11 xorg-libXext xorg-libXi xorg-libXft freetype fontconfig \
    3.11  libjpeg-turbo"
     4.1 --- a/bittorrent/receipt	Wed May 18 08:05:48 2022 +0100
     4.2 +++ b/bittorrent/receipt	Wed May 18 11:39:29 2022 +0000
     4.3 @@ -10,7 +10,7 @@
     4.4  
     4.5  SOURCE="BitTorrent"
     4.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     4.7 -WGET_URL="http://distro.ibiblio.org/sourcemage/mirror/fallback/$TARBALL"
     4.8 +WGET_URL="https://web.archive.org/web/20110704154940/http://download.bittorrent.com/dl/archive/$TARBALL"
     4.9  
    4.10  DEPENDS="python"
    4.11  BUILD_DEPENDS="python python-constantly twisted"
     5.1 --- a/bleachbit/receipt	Wed May 18 08:05:48 2022 +0100
     5.2 +++ b/bleachbit/receipt	Wed May 18 11:39:29 2022 +0000
     5.3 @@ -8,8 +8,8 @@
     5.4  LICENSE="GPL3"
     5.5  WEB_SITE="https://www.bleachbit.org/"
     5.6  
     5.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
     5.8 -WGET_URL="https://download.bleachbit.org/$TARBALL"
     5.9 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.10 +WGET_URL="https://github.com/bleachbit/bleachbit/archive/refs/tags/v$VERSION.tar.gz"
    5.11  
    5.12  DEPENDS="pygtk python"
    5.13  BUILD_DEPENDS="python"
     6.1 --- a/burp/receipt	Wed May 18 08:05:48 2022 +0100
     6.2 +++ b/burp/receipt	Wed May 18 11:39:29 2022 +0000
     6.3 @@ -7,8 +7,8 @@
     6.4  MAINTAINER="pascal.bellard@slitaz.org"
     6.5  LICENSE="GPL3"
     6.6  WEB_SITE="http://burp.grke.net/"
     6.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.8 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     6.9 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.10 +WGET_URL="https://github.com/grke/burp/archive/refs/tags/$VERSION.tar.gz"
    6.11  
    6.12  DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base"
    6.13  BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \
    6.14 @@ -17,9 +17,8 @@
    6.15  # What is the latest version available today?
    6.16  current_version()
    6.17  {
    6.18 -	wget -O - https://sourceforge.net/projects/burp/files/ 2>/dev/null | \
    6.19 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    6.20 -	sed '/scope="row/!d;/tar/!d;s|.*/burp-||;s|.tar.*||;q'
    6.21 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    6.22 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    6.23  }
    6.24  
    6.25  # Rules to configure and make the package.
     7.1 --- a/cherrytree/receipt	Wed May 18 08:05:48 2022 +0100
     7.2 +++ b/cherrytree/receipt	Wed May 18 11:39:29 2022 +0000
     7.3 @@ -6,7 +6,7 @@
     7.4  SHORT_DESC="A hierarchical note taking application."
     7.5  MAINTAINER="al.bobylev@gmail.com"
     7.6  LICENSE="GPL2"
     7.7 -WEB_SITE="https://www.giuspen.com/cherrytree/"
     7.8 +WEB_SITE="https://github.com/giuspen/cherrytree"
     7.9  
    7.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    7.11  WGET_URL="https://github.com/giuspen/$PACKAGE/archive/$VERSION.tar.gz"
     8.1 --- a/clamav/receipt	Wed May 18 08:05:48 2022 +0100
     8.2 +++ b/clamav/receipt	Wed May 18 11:39:29 2022 +0000
     8.3 @@ -10,7 +10,7 @@
     8.4  WEB_SITE="https://sourceforge.net/projects/clamav/"
     8.5  
     8.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.7 -WGET_URL="${WEB_SITE}downloads/production/$TARBALL"
     8.8 +WGET_URL="https://www.clamav.net/downloads/production/$TARBALL"
     8.9  
    8.10  DEPENDS="bzip2 gmp libcurl libjson-c libltdl libssl libxml2 ncurses 
    8.11  	pcre2 slitaz-base-files zlib"
     9.1 --- a/clearlooks-compact/receipt	Wed May 18 08:05:48 2022 +0100
     9.2 +++ b/clearlooks-compact/receipt	Wed May 18 11:39:29 2022 +0000
     9.3 @@ -8,7 +8,7 @@
     9.4  LICENSE="LGPL2.1"
     9.5  WEB_SITE="https://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/"
     9.6  TARBALL="ClearlooksCompact-$VERSION.tar.bz2"
     9.7 -WGET_URL="https://martin.ankerl.com/files/$TARBALL"
     9.8 +WGET_URL="https://martin.ankerl.com/files/2007/11/$TARBALL"
     9.9  HOST_ARCH="any"
    9.10  
    9.11  DEPENDS="gtk-clearlooks"
    10.1 --- a/clonezilla/receipt	Wed May 18 08:05:48 2022 +0100
    10.2 +++ b/clonezilla/receipt	Wed May 18 11:39:29 2022 +0000
    10.3 @@ -9,7 +9,7 @@
    10.4  WEB_SITE="http://clonezilla.org"
    10.5  
    10.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
    10.7 -WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
    10.8 +WGET_URL="https://free.nchc.org.tw/drbl-core/old/src/$TARBALL"
    10.9  
   10.10  DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
   10.11  coreutils-disk coreutils-redirection util-linux-setterm parted"
    11.1 --- a/doxygen/receipt	Wed May 18 08:05:48 2022 +0100
    11.2 +++ b/doxygen/receipt	Wed May 18 11:39:29 2022 +0000
    11.3 @@ -10,7 +10,7 @@
    11.4  WEB_SITE="https://github.com/doxygen/doxygen/"
    11.5  
    11.6  TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    11.7 -WGET_URL="${WEB_SITE}files/$TARBALL"
    11.8 +WGET_URL="${WEB_SITE}archive/Release_${VERSION//./_}.tar.gz"
    11.9  
   11.10  DEPENDS="gcc83-lib-base"
   11.11  BUILD_DEPENDS="bison cmake flex gcc83 python"
    12.1 --- a/drbl/receipt	Wed May 18 08:05:48 2022 +0100
    12.2 +++ b/drbl/receipt	Wed May 18 11:39:29 2022 +0000
    12.3 @@ -9,7 +9,9 @@
    12.4  WEB_SITE="http://drbl.org/"
    12.5  
    12.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
    12.7 -WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
    12.8 +#WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
    12.9 +#https://sourceforge.net/projects/drbl/files/drbl_stable/2.25.10/drbl-2.25.10.tar.xz/download
   12.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   12.11  
   12.12  DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
   12.13  file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
    13.1 --- a/ecore/receipt	Wed May 18 08:05:48 2022 +0100
    13.2 +++ b/ecore/receipt	Wed May 18 11:39:29 2022 +0000
    13.3 @@ -6,9 +6,9 @@
    13.4  SHORT_DESC="EFL core event and OS abstraction layer"
    13.5  MAINTAINER="pankso@slitaz.org"
    13.6  LICENSE="BSD"
    13.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    13.9  WEB_SITE="https://www.enlightenment.org/"
   13.10 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   13.11 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   13.12  TAGS="e enlightenment efl"
   13.13  HOST_ARCH="i486 arm"
   13.14  
    14.1 --- a/edbus/receipt	Wed May 18 08:05:48 2022 +0100
    14.2 +++ b/edbus/receipt	Wed May 18 11:39:29 2022 +0000
    14.3 @@ -9,7 +9,7 @@
    14.4  SOURCE="e_dbus"
    14.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
    14.6  WEB_SITE="https://www.enlightenment.org/"
    14.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    14.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    14.9  TAGS="e enlightenment efl"
   14.10  HOST_ARCH="i486 arm"
   14.11  
    15.1 --- a/edje/receipt	Wed May 18 08:05:48 2022 +0100
    15.2 +++ b/edje/receipt	Wed May 18 11:39:29 2022 +0000
    15.3 @@ -8,7 +8,7 @@
    15.4  LICENSE="BSD GPL2"
    15.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    15.6  WEB_SITE="https://www.enlightenment.org/"
    15.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    15.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    15.9  TAGS="e enlightenment efl"
   15.10  HOST_ARCH="i486 arm"
   15.11  
    16.1 --- a/eet/receipt	Wed May 18 08:05:48 2022 +0100
    16.2 +++ b/eet/receipt	Wed May 18 11:39:29 2022 +0000
    16.3 @@ -8,7 +8,7 @@
    16.4  LICENSE="BSD"
    16.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    16.6  WEB_SITE="https://www.enlightenment.org/"
    16.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    16.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    16.9  TAGS="e enlightenment efl"
   16.10  HOST_ARCH="i486 arm"
   16.11  
    17.1 --- a/eeze/receipt	Wed May 18 08:05:48 2022 +0100
    17.2 +++ b/eeze/receipt	Wed May 18 11:39:29 2022 +0000
    17.3 @@ -8,7 +8,7 @@
    17.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    17.5  LICENSE="BSD"
    17.6  WEB_SITE="https://www.enlightenment.org/"
    17.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    17.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    17.9  TAGS="e enlightenment efl"
   17.10  HOST_ARCH="i486 arm"
   17.11  
    18.1 --- a/efreet/receipt	Wed May 18 08:05:48 2022 +0100
    18.2 +++ b/efreet/receipt	Wed May 18 11:39:29 2022 +0000
    18.3 @@ -6,9 +6,9 @@
    18.4  SHORT_DESC="EFL library for handling of freedesktop.org specs."
    18.5  MAINTAINER="pankso@slitaz.org"
    18.6  LICENSE="BSD"
    18.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    18.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    18.9  WEB_SITE="https://www.enlightenment.org/"
   18.10 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   18.11 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   18.12  TAGS="e enlightenment efl"
   18.13  HOST_ARCH="i486 arm"
   18.14  
    19.1 --- a/eina/receipt	Wed May 18 08:05:48 2022 +0100
    19.2 +++ b/eina/receipt	Wed May 18 11:39:29 2022 +0000
    19.3 @@ -8,7 +8,7 @@
    19.4  LICENSE="LGPL2.1"
    19.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    19.6  WEB_SITE="https://www.enlightenment.org/"
    19.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    19.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    19.9  TAGS="e enlightenment efl"
   19.10  HOST_ARCH="i486 arm"
   19.11  
    20.1 --- a/eio/receipt	Wed May 18 08:05:48 2022 +0100
    20.2 +++ b/eio/receipt	Wed May 18 11:39:29 2022 +0000
    20.3 @@ -6,9 +6,9 @@
    20.4  SHORT_DESC="EFL Async I/O library."
    20.5  MAINTAINER="pankso@slitaz.org"
    20.6  LICENSE="LGPL2.1"
    20.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    20.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    20.9  WEB_SITE="https://www.enlightenment.org/"
   20.10 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   20.11 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   20.12  TAGS="e enlightenment efl"
   20.13  HOST_ARCH="i486 arm"
   20.14  
    21.1 --- a/elementary/receipt	Wed May 18 08:05:48 2022 +0100
    21.2 +++ b/elementary/receipt	Wed May 18 11:39:29 2022 +0000
    21.3 @@ -8,7 +8,7 @@
    21.4  LICENSE="LGPL2.1"
    21.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    21.6  WEB_SITE="https://www.enlightenment.org/"
    21.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    21.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    21.9  TAGS="e enlightenment efl"
   21.10  HOST_ARCH="i486 arm"
   21.11  
    22.1 --- a/embryo/receipt	Wed May 18 08:05:48 2022 +0100
    22.2 +++ b/embryo/receipt	Wed May 18 11:39:29 2022 +0000
    22.3 @@ -8,7 +8,7 @@
    22.4  LICENSE="BSD"
    22.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    22.6  WEB_SITE="https://www.enlightenment.org/"
    22.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    22.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    22.9  TAGS="e enlightenment efl"
   22.10  HOST_ARCH="i486 arm"
   22.11  
    23.1 --- a/emotion/receipt	Wed May 18 08:05:48 2022 +0100
    23.2 +++ b/emotion/receipt	Wed May 18 11:39:29 2022 +0000
    23.3 @@ -8,7 +8,7 @@
    23.4  LICENSE="BSD"
    23.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    23.6  WEB_SITE="https://www.enlightenment.org/"
    23.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    23.8 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
    23.9  TAGS="e enlightenment efl"
   23.10  HOST_ARCH="i486 arm"
   23.11  
    24.1 --- a/enlightenment-pam/receipt	Wed May 18 08:05:48 2022 +0100
    24.2 +++ b/enlightenment-pam/receipt	Wed May 18 11:39:29 2022 +0000
    24.3 @@ -7,9 +7,9 @@
    24.4  SHORT_DESC="Enlightenment window manager (E17) with PAM, Bluez and connman support."
    24.5  MAINTAINER="pankso@slitaz.org"
    24.6  LICENSE="BSD"
    24.7 -TARBALL="$SOURCE-$VERSION.tar.gz"
    24.8 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    24.9  WEB_SITE="https://www.enlightenment.org/"
   24.10 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   24.11 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   24.12  PROVIDE="enlightenment:pam"
   24.13  TAGS="e enlightenment window-manager"
   24.14  LOCALES="cs da de el es fr fr_CH hu it pl pt pt_BR ru sl sv zh_CN zh_TW"
    25.1 --- a/enlightenment/receipt	Wed May 18 08:05:48 2022 +0100
    25.2 +++ b/enlightenment/receipt	Wed May 18 11:39:29 2022 +0000
    25.3 @@ -5,10 +5,10 @@
    25.4  CATEGORY="x-window"
    25.5  SHORT_DESC="Enlightenment window manager (E17)."
    25.6  MAINTAINER="pankso@slitaz.org"
    25.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    25.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    25.9  LICENSE="BSD"
   25.10  WEB_SITE="https://www.enlightenment.org/"
   25.11 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   25.12 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   25.13  TAGS="e enlightenment window-manager"
   25.14  HOST_ARCH="i486 arm"
   25.15  
    26.1 --- a/ethumb/receipt	Wed May 18 08:05:48 2022 +0100
    26.2 +++ b/ethumb/receipt	Wed May 18 11:39:29 2022 +0000
    26.3 @@ -8,7 +8,7 @@
    26.4  LICENSE="LGPL2.1"
    26.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    26.6  WEB_SITE="https://www.enlightenment.org/"
    26.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    26.8 +WGET_URL="http://download.enlightenment.org/__old/att/releases/$TARBALL"
    26.9  TAGS="e enlightenment efl"
   26.10  HOST_ARCH="i486 arm"
   26.11  
    27.1 --- a/evas/receipt	Wed May 18 08:05:48 2022 +0100
    27.2 +++ b/evas/receipt	Wed May 18 11:39:29 2022 +0000
    27.3 @@ -8,7 +8,7 @@
    27.4  LICENSE="BSD"
    27.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    27.6  WEB_SITE="https://www.enlightenment.org/"
    27.7 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    27.8 +WGET_URL="http://download.enlightenment.org/__old/att/releases/$TARBALL"
    27.9  TAGS="e enlightenment efl"
   27.10  HOST_ARCH="i486 arm"
   27.11  
    28.1 --- a/evas_generic_loaders/receipt	Wed May 18 08:05:48 2022 +0100
    28.2 +++ b/evas_generic_loaders/receipt	Wed May 18 11:39:29 2022 +0000
    28.3 @@ -1,14 +1,14 @@
    28.4  # SliTaz package receipt.
    28.5  
    28.6  PACKAGE="evas_generic_loaders"
    28.7 -VERSION="1.7.9"
    28.8 +VERSION="1.7.10"
    28.9  CATEGORY="base-system"
   28.10  SHORT_DESC="Loaders for Evas using 'generic' module"
   28.11  MAINTAINER="domcox@slitaz.org"
   28.12  LICENSE="GPL2"
   28.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   28.14  WEB_SITE="https://www.enlightenment.org/"
   28.15 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   28.16 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   28.17  TAGS="e enlightenment efl python"
   28.18  
   28.19  DEPENDS="evas gstreamer gst-plugins-base poppler librsvg libraw"
    29.1 --- a/expedite/receipt	Wed May 18 08:05:48 2022 +0100
    29.2 +++ b/expedite/receipt	Wed May 18 11:39:29 2022 +0000
    29.3 @@ -9,8 +9,8 @@
    29.4  LICENSE="BSD"
    29.5  WEB_SITE="https://www.enlightenment.org/"
    29.6  
    29.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    29.8 -WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL"
    29.9 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   29.10 +WGET_URL="https://download.enlightenment.org/__old/att/releases/$TARBALL"
   29.11  
   29.12  DEPENDS="evas python"
   29.13  BUILD_DEPENDS="automake evas-dev libtool"
    30.1 --- a/facter/receipt	Wed May 18 08:05:48 2022 +0100
    30.2 +++ b/facter/receipt	Wed May 18 11:39:29 2022 +0000
    30.3 @@ -8,7 +8,7 @@
    30.4  LICENSE="Apache"
    30.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    30.6  WEB_SITE="https://github.com/puppetlabs/facter"
    30.7 -WGET_URL="http://downloads.puppetlabs.com/facter/$TARBALL"
    30.8 +WGET_URL="https://github.com/puppetlabs/facter/archive/refs/tags/$VERSION.tar.gz"
    30.9  
   30.10  DEPENDS="ruby"
   30.11  BUILD_DEPENDS="ruby-dev"
    31.1 --- a/filezilla/receipt	Wed May 18 08:05:48 2022 +0100
    31.2 +++ b/filezilla/receipt	Wed May 18 11:39:29 2022 +0000
    31.3 @@ -11,7 +11,7 @@
    31.4  
    31.5  SOURCE="FileZilla"
    31.6  TARBALL="${SOURCE}_${VERSION}_src.tar.bz2"
    31.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    31.8 +WGET_URL="https://download.filezilla-project.org/client/$TARBALL"
    31.9  
   31.10  DEPENDS="gnutls libidn libmspack libtasn1 libunistring sqlite wxWidgets28 
   31.11  	xorg-libXxf86vm"