[zstr] update to 1.0.4 (#14452)

This commit is contained in:
Seeker 2020-11-09 14:38:37 -08:00 committed by GitHub
parent e903145631
commit 32df14e1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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
)