[reproc] Update library to 8.0.1 (#7807)

This commit is contained in:
Ehsan 2019-08-21 19:23:59 +04:30 committed by Curtis J Bezault
parent 96e79d95af
commit 3ec4ad0eeb
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: reproc
Version: 6.0.0-2
Version: 8.0.1
Description: Cross-platform library that simplifies working with external CLI applications from C and C++

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DaanDeMeyer/reproc
REF v6.0.0
SHA512 482eb7b52961878877d1e4a4f1e1a5a867ff5b83f0df3ce47c0eb68f43eabcde720ea7ccb2eeb960dbc29fc61c888db62751984425e9b27c7498dfa4441aa801
REF v8.0.1
SHA512 029b32bc275cecb95e5dc451dcf9efdb4f5b24f4ff6c6358960f6b4b45237aee12d0c2aee7dfe8e08ac1c8e9a65412f6d89578a84538b2fb4fc8c35409282fe3
HEAD_REF master
)