mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
61dc17776d
commit
c8453e77e6
|
@ -1,5 +1,7 @@
|
|||
distributable:
|
||||
url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/v{{version}}
|
||||
# url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/v{{version}}
|
||||
# 0.12.0 changed the tag format (possibly transiently)
|
||||
url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/{{version}}
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
|
@ -39,4 +41,4 @@ test:
|
|||
curl -O https://raw.githubusercontent.com/rustls/rustls-ffi/v{{ version }}/tests/$file
|
||||
done
|
||||
cc client.c common.c -o client $ARGS
|
||||
CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 /
|
||||
CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 /
|
||||
|
|
Loading…
Reference in a new issue