[gtl] Update version to 1.1.8 (#31076)

* Update version to 1.1.6

* run `./vcpkg x-add-version --all --overwrite-version`

* Bump gtl version to 1.1.8

* run `./vcpkg x-add-version --all --overwrite-version`

* Replace hard coded version with `"v${VERSION}"`

* update gtl.json

* Fix version database.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Gregory Popovitch 2023-04-26 01:42:26 -04:00 committed by GitHub
parent 017bd3f30a
commit 12dce3ae84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/gtl
REF v1.1.5
SHA512 87666a975d3e355d24463f31bd7fe9796eb9e90b557b678807432fc3797a2b501e76acefae490cbaa503f993efe7f44c04a7cc8bd48662c38293c90741c8f7df
REF "v${VERSION}"
SHA512 c6ab1ae6bfdee7f4fa49ab6ea27138cfe7159b5b0fb918a65f27cc7fff74e632f2567508453d1767bc406ac6286ff3a12edeffd185b5b2acf0ef304d4175b86e
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "gtl",
"version": "1.1.5",
"version": "1.1.8",
"description": "Greg's Template Library of useful classes.",
"homepage": "https://github.com/greg7mdp/gtl",
"license": "Apache-2.0",

View File

@ -2977,7 +2977,7 @@
"port-version": 2
},
"gtl": {
"baseline": "1.1.5",
"baseline": "1.1.8",
"port-version": 0
},
"gts": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1da92945b6f2d37dbf8c5e8f2c7804d7f02080fb",
"version": "1.1.8",
"port-version": 0
},
{
"git-tree": "1e858eb1464aecbfd828e88515da6c75dc9277bd",
"version": "1.1.5",