wok diff busybox/receipt @ rev 25643
Fix mouse issue on mc with ncurses6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 12 14:14:28 2024 +0100 (10 months ago) |
parents | 0c04fc34847a |
children |
line diff
1.1 --- a/busybox/receipt Fri Jan 21 10:59:24 2022 +0000 1.2 +++ b/busybox/receipt Fri Jan 12 14:14:28 2024 +0100 1.3 @@ -7,8 +7,8 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WEB_SITE="http://www.busybox.net/" 1.8 -WGET_URL="http://www.busybox.net/downloads/$TARBALL" 1.9 +WEB_SITE="https://busybox.net/" 1.10 +WGET_URL="https://busybox.net/downloads/$TARBALL" 1.11 HOST_ARCH="i486 arm" 1.12 1.13 DEPENDS="slitaz-base-files glibc-base ncurses-common"