[scnlib] update to 4.0.1 (#41653)

This commit is contained in:
Jia Yue Hua 2024-11-07 13:21:00 +08:00 committed by GitHub
parent 5ffe4bfb3f
commit 8e7f6491ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eliaskosunen/scnlib
REF "v${VERSION}"
SHA512 76f3196d6bd01a349c69bf1863cc0dc521a95b84ef25b841198acbef99e295b53c1c82c745a7498b9a86a6fd4cc0c395abcb02fdf18b1d7c9152321ab195945b
SHA512 db14d71da3c1ecb849f00ac1e334f39c532592230e950aa1009ff00ba56670cb71e33ca457fd4ac66595ff43f0dca0e42d45f672848b9cde3cba80f19ef8693f
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "scnlib",
"version": "3.0.1",
"version": "4.0.1",
"description": "scnlib is a modern C++ library for replacing scanf and std::istream",
"homepage": "https://scnlib.dev/",
"license": "Apache-2.0",

View File

@ -8133,7 +8133,7 @@
"port-version": 0
},
"scnlib": {
"baseline": "3.0.1",
"baseline": "4.0.1",
"port-version": 0
},
"scope-guard": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c4f32fa5eff83c4abe03aa721dcc57c3fd3f0a02",
"version": "4.0.1",
"port-version": 0
},
{
"git-tree": "cbbd6d359bd0838808caa2ffd0982f87c8587fab",
"version": "3.0.1",