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/bearssl/Makefile | |
parent | a57659465b7eadbfec6d5bb09de6f60903035bf2 (diff) | |
download | lh-bootstrap-d7e8c75b56a90940bb4bdb18de72f641ade0a042.tar.xz |
Modernize, convert to s6li v1
Diffstat (limited to 'sub/bearssl/Makefile')
-rw-r--r-- | sub/bearssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/bearssl/Makefile b/sub/bearssl/Makefile index aad2254..0b3c08c 100644 --- a/sub/bearssl/Makefile +++ b/sub/bearssl/Makefile @@ -1,7 +1,7 @@ BEARSSL_NAME := bearssl -# latest version from 2019-05-03 -BEARSSL_VERSION := 9721b3e7566693128a5923cc1f481216b7853466 +# latest version from 2020-01-03 +BEARSSL_VERSION := 252dba914912e694d0e69754f0167060fc4d2ba6 BEARSSL_URLDIR := https://www.bearssl.org/git $(OUTPUT)/sources/.lh_$(BEARSSL_NAME)_dled: | $(OUTPUT)/build-build/.lh_skarnet_installed |