[gtl] update version to v1.1.2 (#26084)

* [gtl] Update version to v1.1.2

* commit result of running `vcpkg add-version`

* update gtl.json

update gtl.json

* update version

* Add homepage

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
Gregory Popovitch 2022-08-01 14:13:41 -04:00 committed by GitHub
parent 21feabf8fe
commit 5c65160378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View File

@ -3,14 +3,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/gtl
REF 1.00
SHA512 842a5e2634919a04fdd87995a8ada2f949c51a070a7c175043e0f9105a93248325023f85b28f9406276c2912a0fb4015a2e9ba30113d4a0214492da0dc5e5716
REF v1.1.2
SHA512 f609b965826f738592d85b015c3a5d29830cebc457e21987aaa69ab0fc4336adfd69538d81bd8b46c9467a449d7c25dd92fd3fa0ec86e68e423a4abf2bafa517
HEAD_REF main
)
# Use greg7mdp/gtl's own build process, skipping examples and tests
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DGTL_BUILD_TESTS=OFF
-DGTL_BUILD_EXAMPLES=OFF
-DGTL_BUILD_BENCHMARKS=OFF
)
vcpkg_cmake_install()

View File

@ -1,7 +1,8 @@
{
"name": "gtl",
"version": "1.0.0",
"version": "1.1.2",
"description": "Greg's Template Library of useful classes.",
"homepage": "https://github.com/greg7mdp/gtl",
"license": "Apache-2.0",
"dependencies": [
{

View File

@ -2737,7 +2737,7 @@
"port-version": 0
},
"gtl": {
"baseline": "1.0.0",
"baseline": "1.1.2",
"port-version": 0
},
"gts": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "45ab838bcba517295403cbd3d619f7cedca27346",
"version": "1.1.2",
"port-version": 0
},
{
"git-tree": "52665bb6e7f0bbe30ffabc59521a937072ecc9e2",
"version": "1.0.0",