wok diff pilot-link/receipt @ rev 25513
memtest: update sleep()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 15:41:57 2023 +0000 (21 months ago) |
parents | b569b85b0fb9 |
children | 72fb3028d8ce |
line diff
1.1 --- a/pilot-link/receipt Mon Jan 17 18:18:17 2022 +0000 1.2 +++ b/pilot-link/receipt Tue Feb 14 15:41:57 2023 +0000 1.3 @@ -7,8 +7,8 @@ 1.4 MAINTAINER="Lucas Levrel <llev@slitaz.org>" 1.5 LICENSE="GPL-LGPL" 1.6 WEB_SITE="https://github.com/jichu4n/pilot-link" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -WGET_URL="http://downloads.pilot-link.org/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 +WGET_URL="http://gentoo.oregonstate.edu/distfiles/$TARBALL" 1.11 1.12 DEPENDS="popt readline" 1.13 BUILD_DEPENDS="popt-dev readline-dev"