Skip to content

Commit

Permalink
[scnlib] update to 4.0.1 (microsoft#41653)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Nov 7, 2024
1 parent 5ffe4bf commit 8e7f649
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/scnlib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/scnlib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8133,7 +8133,7 @@
"port-version": 0
},
"scnlib": {
"baseline": "3.0.1",
"baseline": "4.0.1",
"port-version": 0
},
"scope-guard": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/scnlib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c4f32fa5eff83c4abe03aa721dcc57c3fd3f0a02",
"version": "4.0.1",
"port-version": 0
},
{
"git-tree": "cbbd6d359bd0838808caa2ffd0982f87c8587fab",
"version": "3.0.1",
Expand Down

0 comments on commit 8e7f649

Please sign in to comment.