diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-03 18:01:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-03 18:01:11 +0000 |
commit | d7e8c75b56a90940bb4bdb18de72f641ade0a042 (patch) | |
tree | 23fd6ffe06f3e7941e345c69771b1eef95854560 /sub/busybox/Makefile | |
parent | a57659465b7eadbfec6d5bb09de6f60903035bf2 (diff) | |
download | lh-bootstrap-d7e8c75b56a90940bb4bdb18de72f641ade0a042.tar.xz |
Modernize, convert to s6li v1
Diffstat (limited to 'sub/busybox/Makefile')
-rw-r--r-- | sub/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile index 9003a15..e362ff0 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,5 +1,5 @@ -# Version from 2019-05-03 -BUSYBOX_VERSION := 3106784e654e7443ab724d927f9de0230adbe5ac +# Version from 2020-01-03 +BUSYBOX_VERSION := bd754746394a382e04d116df02547f61b2026da9 clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |