Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ms-gsl] update GSL to version 4.1.0 #41703

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/ms-gsl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/GSL
REF a3534567187d2edc428efd3f13466ff75fe5805c
SHA512 5bd6aad37fee3b56a2ee2fed10d6ef02fdcf37a1f40b3fb1bbec8146a573e235169b315405d010ab75175674ed82658c8202f40b128a849c5250b4a1b8b0a1b3
REF v4.1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
REF v4.1.0
REF "v${VERSION}"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It comes from the "version" field in vcpkg.json.

SHA512 1db14bebab5f2bc0752214f9bf1b84a056b7d83b4a9d296663c43103387baee60373447f62c4e9bc0b8df06a7ce0571a4e2b4a31441c866894eee3ae258fdfc8
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/ms-gsl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ms-gsl",
"version": "4.0.0",
"port-version": 1,
"version": "4.1.0",
"description": "Microsoft implementation of the Guidelines Support Library",
"homepage": "https://github.com/Microsoft/GSL",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6073,8 +6073,8 @@
"port-version": 2
},
"ms-gsl": {
"baseline": "4.0.0",
"port-version": 1
"baseline": "4.1.0",
"port-version": 0
},
"ms-ifc-sdk": {
"baseline": "0.43.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/ms-gsl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "830a859ca3ce0e8191ce7753bd9b97c7624afb4e",
"version": "4.1.0",
"port-version": 0
},
{
"git-tree": "7d8da50e7ffaa4a1460036950f527b0a5e64c02a",
"version": "4.0.0",
Expand Down