aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDariusz Antoniuk <qaston@gmail.com>2021-04-30 00:28:53 +0100
committerGitHub <noreply@github.com>2021-04-29 16:28:53 -0700
commit63e7b48acfd30d52092986cd8f9e7c1c027a66b0 (patch)
tree60cb62b63e9193fe1d561c5aa2f2b9ddb942813d /ports
parent33a812303ba0243ce17571082ed09842f9bb65f7 (diff)
downloadvcpkg-63e7b48acfd30d52092986cd8f9e7c1c027a66b0.tar.gz
vcpkg-63e7b48acfd30d52092986cd8f9e7c1c027a66b0.zip
[scnlib] Update the port of scnlib to 0.4 (#17242)
* [scnlib] update the scnlib port * [scnlib] add the version entry
Diffstat (limited to 'ports')
-rw-r--r--ports/scnlib/CONTROL2
-rw-r--r--ports/scnlib/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/scnlib/CONTROL b/ports/scnlib/CONTROL
index cccdd55c2..75f4230d9 100644
--- a/ports/scnlib/CONTROL
+++ b/ports/scnlib/CONTROL
@@ -1,4 +1,4 @@
Source: scnlib
-Version: 0.3
+Version: 0.4
Description: scnlib is a modern C++ library for replacing scanf and std::istream
Homepage: https://scnlib.dev/
diff --git a/ports/scnlib/portfile.cmake b/ports/scnlib/portfile.cmake
index 40e3a7123..8f2bd2995 100644
--- a/ports/scnlib/portfile.cmake
+++ b/ports/scnlib/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eliaskosunen/scnlib
- REF v0.3
- SHA512 91ab0ff5d7d2e4a4924bfa00cafc49c3b0d88b87f4adbdce786be0f51913e3c61c6948c27da6af1e020646e610540dc63323fbf7b59f9210266f1ba79bf95adc
+ REF v0.4
+ SHA512 a7059e70326e7d5af463b4ae09308644f8035092776f44001c1a4abf78421f55084e2fc30c6a9778eda62014354dba7c31b3f2f2d333bad04a2ec48b1f812ca0
HEAD_REF master
)