[scnlib] update to 1.1.2 (#34182)

This commit is contained in:
Jia Yue Hua 2023-10-03 08:27:58 +08:00 committed by GitHub
parent 7d1bb12072
commit 733141279a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eliaskosunen/scnlib
REF v1.0
SHA512 0d34b5a710a472618df5d8202bbd647f488aa0ac2ad593c4a212e42b8aee5c35882f6e0ab7a7241c766ed17c9273d5e6704b012ef7f23a1b329b2a2f28ec60c6
REF "v${VERSION}"
SHA512 5dc2cc0f0817710453c7741cb61df46b4d4a43af0ec5cbbba77e3b6fb055e906840c232f92df5c3f3a9643191268922f059eacb798978767c717cc3578eb117d
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "scnlib",
"version": "1.0",
"port-version": 1,
"version": "1.1.2",
"description": "scnlib is a modern C++ library for replacing scanf and std::istream",
"homepage": "https://scnlib.dev/",
"dependencies": [

View File

@ -7481,8 +7481,8 @@
"port-version": 0
},
"scnlib": {
"baseline": "1.0",
"port-version": 1
"baseline": "1.1.2",
"port-version": 0
},
"scope-guard": {
"baseline": "1.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9d2d619116db10c60c0553f9ca6e155f16e05bdd",
"version": "1.1.2",
"port-version": 0
},
{
"git-tree": "2d7e548589e4fb172fd5fbb61bbd9a816d971b92",
"version": "1.0",