diff --git a/build/lighttpd-no-root-0.5.3.sha256sum b/build/lighttpd-no-root-0.5.3.sha256sum new file mode 100644 index 0000000..de2c4bc --- /dev/null +++ b/build/lighttpd-no-root-0.5.3.sha256sum @@ -0,0 +1 @@ +80d141939de881f953060fd3d06eac2e262b636ce5bfda1ebe752dfb4ac1c27b lighttpd-no-root-0.5.3.tar.gz diff --git a/build/lighttpd-no-root-0.5.3.tar.gz b/build/lighttpd-no-root-0.5.3.tar.gz new file mode 100644 index 0000000..a464553 Binary files /dev/null and b/build/lighttpd-no-root-0.5.3.tar.gz differ diff --git a/makefile b/makefile index 87c7d1a..e0f6893 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ # Felipe Bastos Nunes - 21/Oct/2020 # Leia o arquivo LICENSE para detalhes sobre cópia e uso deste pacote. NOME = 'lighttpd-no-root' -VERSAO = 0.5.2 +VERSAO = 0.5.3 SUMAPP = sha256sum all: generate-build update-checksum checksum @@ -30,4 +30,4 @@ update-checksum: checksum: @ echo 'Checando sucesso do build.' @ cd build && $(SUMAPP) -c $(NOME)-$(VERSAO).$(SUMAPP) - @ echo 'Concluído.' \ No newline at end of file + @ echo 'Concluído.'