File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,13 +164,13 @@ easy-rsa: easy-rsa.tar.gz
164164
165165cfssl :
166166 @if ! command -v cfssl & > /dev/null; then \
167- curl --retry 10 -L -o cfssl https://github.com/cloudflare/cfssl/releases/download/v1.5.0 /cfssl_1.5.0_ $(GOOS ) _$(GOARCH ) ; \
167+ curl --retry 10 -L -o cfssl https://github.com/cloudflare/cfssl/releases/download/v1.6.5 /cfssl_1.6.5_ $(GOOS ) _$(GOARCH ) ; \
168168 chmod +x cfssl; \
169169 fi
170170
171171cfssljson :
172172 @if ! command -v cfssljson & > /dev/null; then \
173- curl --retry 10 -L -o cfssljson https://github.com/cloudflare/cfssl/releases/download/v1.5.0 /cfssljson_1.5.0_ $(GOOS ) _$(GOARCH ) ; \
173+ curl --retry 10 -L -o cfssljson https://github.com/cloudflare/cfssl/releases/download/v1.6.5 /cfssljson_1.6.5_ $(GOOS ) _$(GOARCH ) ; \
174174 chmod +x cfssljson; \
175175 fi
176176
You can’t perform that action at this time.
0 commit comments