Skip to content

Commit

Permalink
update GSL to version 4.1.0
Browse files Browse the repository at this point in the history
GSL version 4.1.0 was released on 10/21/24.

Release notes: https://github.com/microsoft/GSL/releases/tag/v4.1.0
  • Loading branch information
carsonRadtke committed Oct 21, 2024
1 parent b8d688b commit 5b15724
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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
SHA512 0 # TODO (@carsonradtke)
HEAD_REF main
)

Expand Down
4 changes: 2 additions & 2 deletions ports/ms-gsl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ms-gsl",
"version": "4.0.0",
"port-version": 1,
"version": "4.1.0",
"port-version": 0,
"description": "Microsoft implementation of the Guidelines Support Library",
"homepage": "https://github.com/Microsoft/GSL",
"license": "MIT",
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": "", // TODO (@carsonradtke)
"version": "4.1.0",
"port-version": 0
},
{
"git-tree": "7d8da50e7ffaa4a1460036950f527b0a5e64c02a",
"version": "4.0.0",
Expand Down

0 comments on commit 5b15724

Please sign in to comment.