baseinit: bump to 0.5.0

This commit is contained in:
Dylan Araps 2020-02-25 20:16:38 +02:00
parent b24033a2a0
commit a402a14800
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 6 additions and 4 deletions

View File

@ -7,4 +7,6 @@ cp -R lib "$1/usr/lib"
# Disable warning as CFLAGS must work this way.
# shellcheck disable=2086
"${CC:-cc}" -o "$1/usr/bin/kpow" bin/kpow.c $CFLAGS -static
for bin in kpow kall; do
"${CC:-cc}" -o "$1/usr/bin/$bin" "bin/$bin.c" $CFLAGS -static
done

View File

@ -1 +1 @@
15a9274ec25cd952b42a2d7c4b8ce97a886f5bd66dc9293f1cbca05a73e25022 0.4.4.tar.gz
798b502676e7e991d57b0c06a8ed97ed7bd93d3c307701ba27fde1865bfbf104 0.5.0.tar.gz

View File

@ -1 +1 @@
https://github.com/kisslinux/init/archive/0.4.4.tar.gz
https://github.com/kisslinux/init/archive/0.5.0.tar.gz

View File

@ -1 +1 @@
0.4.4 1
0.5.0 1