diff options
| author | Moritz Beutel <mbeutel@users.noreply.github.com> | 2021-04-02 22:19:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 13:19:24 -0700 |
| commit | 0a251caefd77da030782748898950832b3dcf9b6 (patch) | |
| tree | fcd628ea3e1fa1c07db9fe6a43d92475cbc6cfd1 | |
| parent | 69f5165163f68536c10ec24be8e988c3817a9c06 (diff) | |
| download | vcpkg-0a251caefd77da030782748898950832b3dcf9b6.tar.gz vcpkg-0a251caefd77da030782748898950832b3dcf9b6.zip | |
[gsl-lite] Update to 0.38.0 (#16984)
* [gsl-lite] Update to 0.38.0
* [gsl-lite] Update version registry
* Re-run "vcpkg x-add-version"
| -rw-r--r-- | ports/gsl-lite/CONTROL | 4 | ||||
| -rw-r--r-- | ports/gsl-lite/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/gsl-lite/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/gsl-lite.json | 5 |
5 files changed, 15 insertions, 8 deletions
diff --git a/ports/gsl-lite/CONTROL b/ports/gsl-lite/CONTROL deleted file mode 100644 index 65c6fb37c..000000000 --- a/ports/gsl-lite/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: gsl-lite
-Version: 0.37.0
-Description: A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.
-Homepage: https://github.com/gsl-lite/gsl-lite/
diff --git a/ports/gsl-lite/portfile.cmake b/ports/gsl-lite/portfile.cmake index 5239c7109..04b7f99da 100644 --- a/ports/gsl-lite/portfile.cmake +++ b/ports/gsl-lite/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gsl-lite/gsl-lite
- REF 4b796627ad0fa42640f5fdb96f23c4a0d9ee084f
- SHA512 c0943824149b17c66947160bd83f3b14b821ba14bba02247546bd98d2b2809fae611e7841000fbe3be8f675cd076585f12ede05366fd1f9ba96a1067ac63ef43
+ REF f829848572e68102f9012b75ebc5d79a653f9d8c
+ SHA512 db9b72ef04c928f0b23be0c9603dca8ce317762a44247b1fc8538d2c9701ced43f8fefad4516298040860598d0f3ea26990de6f52e2835a479c68ab561f3b1d3
HEAD_REF master
)
@@ -16,7 +16,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/gsl-lite") file(WRITE ${CURRENT_PACKAGES_DIR}/include/gsl-lite.hpp "#ifndef GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
#define GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
-#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided only for compatibility; please include <gsl/gsl-lite.hpp> instead.\")
+#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided by Vcpkg for compatibility only; please include <gsl/gsl-lite.hpp> instead.\")
#include <gsl/gsl-lite.hpp>
#endif // GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED")
diff --git a/ports/gsl-lite/vcpkg.json b/ports/gsl-lite/vcpkg.json new file mode 100644 index 000000000..89c79b3ce --- /dev/null +++ b/ports/gsl-lite/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "gsl-lite", + "version": "0.38.0", + "description": "A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.", + "homepage": "https://github.com/gsl-lite/gsl-lite/" +} diff --git a/versions/baseline.json b/versions/baseline.json index c1531e703..3de498655 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2353,7 +2353,7 @@ "port-version": 0 }, "gsl-lite": { - "baseline": "0.37.0", + "baseline": "0.38.0", "port-version": 0 }, "gsoap": { diff --git a/versions/g-/gsl-lite.json b/versions/g-/gsl-lite.json index 81170a352..7a020f167 100644 --- a/versions/g-/gsl-lite.json +++ b/versions/g-/gsl-lite.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e72d735460dca6a55ce1f4b76bbaf65ad34d5584", + "version": "0.38.0", + "port-version": 0 + }, + { "git-tree": "d043228295d723584f0143ed1395945c677e05e9", "version-string": "0.37.0", "port-version": 0 |
