From 32df14e1c8a5e449f60ec401d79f3a16de36061b Mon Sep 17 00:00:00 2001 From: Seeker Date: Mon, 9 Nov 2020 14:38:37 -0800 Subject: [zstr] update to 1.0.4 (#14452) --- ports/zstr/CONTROL | 2 +- ports/zstr/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/zstr/CONTROL b/ports/zstr/CONTROL index fe7e50c84..0dfa22522 100644 --- a/ports/zstr/CONTROL +++ b/ports/zstr/CONTROL @@ -1,3 +1,3 @@ Source: zstr -Version: 1.0.1 +Version: 1.0.4 Description: This C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams. \ No newline at end of file diff --git a/ports/zstr/portfile.cmake b/ports/zstr/portfile.cmake index a2085ef94..b44ddc3eb 100644 --- a/ports/zstr/portfile.cmake +++ b/ports/zstr/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mateidavid/zstr - REF v1.0.1 - SHA512 616df2394c41038bc8512748a6a699cb45310ff518e75f591c7f957d6ab3da66a384755a6015c3eb588b576940cbff429ff9798985c452b6eda6e22f94dfb264 + REF v1.0.4 + SHA512 148dd7741747917d826f0caf291730e14317c700961bec6ae360c1f6a3988d5db555c36428c9641fba3cd76a63b5880dce6b2af47a4388c5451bddce45c39944 HEAD_REF master ) -- cgit v1.2.3