diff options
| author | Dariusz Antoniuk <qaston@gmail.com> | 2021-04-30 00:28:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:28:53 -0700 |
| commit | 63e7b48acfd30d52092986cd8f9e7c1c027a66b0 (patch) | |
| tree | 60cb62b63e9193fe1d561c5aa2f2b9ddb942813d | |
| parent | 33a812303ba0243ce17571082ed09842f9bb65f7 (diff) | |
| download | vcpkg-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
| -rw-r--r-- | ports/scnlib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/scnlib/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/scnlib.json | 5 |
4 files changed, 9 insertions, 4 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
)
diff --git a/versions/baseline.json b/versions/baseline.json index 360906cb9..5a14c812b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5453,7 +5453,7 @@ "port-version": 0 }, "scnlib": { - "baseline": "0.3", + "baseline": "0.4", "port-version": 0 }, "scylla-wrapper": { diff --git a/versions/s-/scnlib.json b/versions/s-/scnlib.json index 8b8f19cc3..2baee8474 100644 --- a/versions/s-/scnlib.json +++ b/versions/s-/scnlib.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c46984f04e05003d72808d3c35f955e0d538a2e7", + "version-string": "0.4", + "port-version": 0 + }, + { "git-tree": "c137695fe721a7e10d2c8c3cf37a49d2fa538575", "version-string": "0.3", "port-version": 0 |
