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 e0969f3
Show file tree
Hide file tree
Showing 3 changed files with 8 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 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
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": "e08f30b6d1a76866da5b00add95b899067749952",
"version": "4.1.0",
"port-version": 0
},
{
"git-tree": "7d8da50e7ffaa4a1460036950f527b0a5e64c02a",
"version": "4.0.0",
Expand Down

0 comments on commit e0969f3

Please sign in to comment.