[utfcpp] Update to 3.1.2 (#13818)

https://github.com/nemtrif/utfcpp/releases/tag/v3.1.2
This commit is contained in:
Rémy Tassoux 2020-10-06 21:56:00 +02:00 committed by GitHub
parent 97b58ea5da
commit d74c970359
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,4 +1,4 @@
Source: utfcpp
Version: 3.1.1
Version: 3.1.2
Homepage: https://github.com/nemtrif/utfcpp
Description: UTF-8 with C++ in a Portable Way

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nemtrif/utfcpp
REF v3.1.1
SHA512 720e2eba5c04f0bc4903a287138149a9cd432bc68bb163fe36b2e0d26d8bf616b4665f389b4a9c97af6ae7869e78973d97db976a4745512a241eebf774608997
REF v3.1.2
SHA512 d43df19d9e8652291f1301a326ec0d592bad43d6ecf9086947037f0ae0c1e70c2d96082c48066639e2b7c57c0ea0e4782d6b215d017cf96a4c73ff3a15feec75
HEAD_REF master
)