diff --git a/Makefile b/Makefile index 4b8c51f1..cabec20c 100644 --- a/Makefile +++ b/Makefile @@ -732,7 +732,7 @@ zstd: $(COMPLETED)/zstd vendor/zlib/.success_retrieving_source: rm -rf vendor/zlib/ mkdir -p vendor/zlib - cd vendor/zlib && wget -O- 'http://zlib.net/zlib-1.2.11.tar.gz' | gunzip | tar xf - + cd vendor/zlib && wget -O- 'http://zlib.net/zlib-1.2.12.tar.gz' | gunzip | tar xf - mv vendor/zlib/*/* vendor/zlib/ touch vendor/zlib/.success_retrieving_source $(COMPLETED)/zlib: vendor/zlib/.success_retrieving_source $(COMPLETED)/musl diff --git a/releases b/releases index a47104ab..bc514f76 100644 --- a/releases +++ b/releases @@ -17,8 +17,8 @@ # Update with internet # -------------------- # -# Provided you internet access is available, a Bedrock Linux 0.7.x system may -# be updated by setting this file's URL in as the appropriate mirror value in +# Provided you have an internet access, a Bedrock Linux 0.7.x system may be +# updated by setting this file's URL in as the appropriate mirror value in # /bedrock/etc/bedrock.conf. Once that is in place, run as root: # # brl update