wok-current rev 25633
Update syslinux, cookutils to use current version (again)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Oct 16 18:37:14 2023 +0000 (14 months ago) |
parents | bc599f23c305 |
children | 3ad63c8fc2f9 |
files | cookutils/stuff/current-version.patch |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cookutils/stuff/current-version.patch Mon Oct 16 18:37:14 2023 +0000 1.3 @@ -0,0 +1,10 @@ 1.4 +--- a/cookiso 1.5 ++++ b/cookiso 1.6 +@@ -40,6 +40,7 @@ 1.7 + case "$version" in 1.8 + stable) string='stable' ;; 1.9 + cooking) string='cooking' ;; 1.10 ++ current) string='current' ;; 1.11 + *) string='rolling'; version='cooking' ;; 1.12 + esac 1.13 +