wok-current diff btmgr/receipt @ rev 25586
Fix linux build with gcc > 6 again
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 29 12:23:26 2023 +0000 (19 months ago) |
parents | b0069c845544 |
children |
line diff
1.1 --- a/btmgr/receipt Fri Oct 07 09:15:33 2022 +0000 1.2 +++ b/btmgr/receipt Mon May 29 12:23:26 2023 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="https://$PACKAGE.sourceforge.net/about.html" 1.7 -WGET_URL="http://$PACKAGE.sourceforge.net/${VERSION%-*}/$TARBALL" 1.8 +WGET_URL="https://$PACKAGE.sourceforge.net/${VERSION%-*}/$TARBALL" 1.9 TAGS="boot loader floppy CD" 1.10 1.11 # What is the latest version available today?