Skip to content

Commit

Permalink
[gsl-lite] Update to v0.42.0 (#42140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeutel authored Nov 16, 2024
1 parent 5c1c8e6 commit e10bf14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/gsl-lite/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gsl-lite/gsl-lite
REF 755ba124b54914e672737acace6a9314f59e8d6f
SHA512 d0b8397afc7704c5c9510fb62ce01f35faf9cc1cfd05ac3853bdc4b9fc4874aaa85aa70e93ff37867dc263b97926b15af2316e49a5787b246984fa086bf85563
REF "v${VERSION}"
SHA512 4052c59e3e2c0abdd080e9f9745ee6e15b21339775f6281082233ac54056c1d6e6fc4dee9d9a9bb32160159c77b8ba53354f6b239d7e6e6aa5e4089d3c069c96
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/gsl-lite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsl-lite",
"version": "0.41.0",
"version": "0.42.0",
"description": "A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.",
"homepage": "https://github.com/gsl-lite/gsl-lite/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,7 @@
"port-version": 0
},
"gsl-lite": {
"baseline": "0.41.0",
"baseline": "0.42.0",
"port-version": 0
},
"gsoap": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gsl-lite.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79b0477d20e4392f5aae3ca149f9916ee12c4c7d",
"version": "0.42.0",
"port-version": 0
},
{
"git-tree": "ac07f676c563a519da1342d50de8cd9db68ac09f",
"version": "0.41.0",
Expand Down

0 comments on commit e10bf14

Please sign in to comment.