mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
61dc17776d
commit
c8453e77e6
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
distributable:
|
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
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
|
@ -39,4 +41,4 @@ test:
|
||||||
curl -O https://raw.githubusercontent.com/rustls/rustls-ffi/v{{ version }}/tests/$file
|
curl -O https://raw.githubusercontent.com/rustls/rustls-ffi/v{{ version }}/tests/$file
|
||||||
done
|
done
|
||||||
cc client.c common.c -o client $ARGS
|
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