diff options
author | MathiasRaoul <mathias.raoul@gmail.com> | 2020-01-31 10:48:40 +0000 |
---|---|---|
committer | MathiasRaoul <mathias.raoul@gmail.com> | 2020-01-31 10:48:40 +0000 |
commit | 62b1cea6eda4060968f44b2639fdd756617211f4 (patch) | |
tree | a6091696e5670f26333f7e95bc887c2ca90abd28 /build/external/packages/quicly.mk | |
parent | 93975e699a89c5a99dcfb9d6b987f71d2af9c835 (diff) |
quic: update quicly to v0.0.10-vpp
Type: feature
Signed-off-by: MathiasRaoul <mathias.raoul@gmail.com>
Change-Id: I5452f8bbd0ff9e2a57f7bd7d134a8824efa5f30a
Diffstat (limited to 'build/external/packages/quicly.mk')
-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 b99b314c53c..9d6a4281c5b 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.0.9-vpp +quicly_version := 0.0.10-vpp quicly_tarball := quicly_$(quicly_version).tar.gz -quicly_tarball_md5sum := 3a9484fe3f840bfa42ebe3f165d675ef +quicly_tarball_md5sum := 771ba05c1724ce0b56deaaaa62eb48f1 quicly_tarball_strip_dirs := 1 quicly_url := https://github.com/vpp-quic/quicly/releases/download/v$(quicly_version)/quicly_$(quicly_version).tar.gz |