diff options
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 e8c1b42f1b7..23fbd58ee1a 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.4-vpp +quicly_version := 0.1.5-vpp quicly_tarball := quicly_$(quicly_version).tar.gz -quicly_tarball_md5sum := 5419a0f340c5572bcf682c08acc84c77 +quicly_tarball_md5sum := fc388ccde2f7d677b92ff3cb3fd387e4 quicly_tarball_strip_dirs := 1 quicly_url := https://github.com/vpp-quic/quicly/releases/download/v$(quicly_version)/quicly_$(quicly_version).tar.gz |