wok-6.x diff funionfs/receipt @ rev 25445
itaka: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 07:38:52 2022 +0000 (2022-09-06) |
parents | 72f2704d3ae0 |
children |
line diff
1.1 --- a/funionfs/receipt Fri Mar 18 18:06:12 2022 +0000 1.2 +++ b/funionfs/receipt Tue Sep 06 07:38:52 2022 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="https://web.archive.org/web/20191120030918/http://funionfs.apiou.org/" 1.7 -WGET_URL="${WEB_SITE}file/$TARBALL" 1.8 +WGET_URL="http://old-releases.ubuntu.com/ubuntu/pool/universe/f/funionfs/funionfs_$VERSION.orig.tar.gz" 1.9 TAGS="filesystem" 1.10 1.11 BUILD_DEPENDS="fuse2-dev"