diff --git a/projects/crates.io/rustls-ffi/package.yml b/projects/crates.io/rustls-ffi/package.yml index 8e6dae91..8479a5d0 100644 --- a/projects/crates.io/rustls-ffi/package.yml +++ b/projects/crates.io/rustls-ffi/package.yml @@ -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 / \ No newline at end of file + CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 /