diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2022-11-30 22:29:07 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-12-02 21:38:41 +0000 |
commit | 06bbab0c45c805544c981b8765ea3d85760d66a8 (patch) | |
tree | b148456937f1d0883f634bea60ba6808237cf0a1 /build/external/packages | |
parent | 11a03e972e6752513ab931540f713ce1520696a7 (diff) |
quic: update to quicly v0.1.4
Type: improvement
Change-Id: I707399b8ba617a659476bfd7d793f04a1283e694
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build/external/packages')
-rw-r--r-- | build/external/packages/quicly.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/external/packages/quicly.mk b/build/external/packages/quicly.mk index 635cf969a0c..c75386d0ce0 100644 --- a/build/external/packages/quicly.mk +++ b/build/external/packages/quicly.mk @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -quicly_version := 0.1.3-vpp +quicly_version := 0.1.4-vpp quicly_tarball := quicly_$(quicly_version).tar.gz -quicly_tarball_md5sum := 195f156f311458f1bd4540765e62dd27 +quicly_tarball_md5sum := 5419a0f340c5572bcf682c08acc84c77 quicly_tarball_strip_dirs := 1 quicly_url := https://github.com/vpp-quic/quicly/releases/download/v$(quicly_version)/quicly_$(quicly_version).tar.gz |