Skip to content

Commit

Permalink
[bdwgc] update to 8.2.8 (microsoft#41080)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai authored Sep 19, 2024
1 parent ca4dec2 commit 91f002c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/bdwgc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ivmai/bdwgc
REF "v${VERSION}"
SHA512 764ab0c0f29a30ba0d55c8f1f6e267ab3190e8bcb96b7a31f2488f3936c6e0d08020a329dd296cf7d491ba8d4158fa73df6a6d2b4242526535a732f20c3f1bd0
SHA512 da03597f7c947dd54adc3a489b781540d905b92ffb5fb6487d0c8b5121b301522ab07bdbda0a8930c7ac7655c7048d1dd0853786a56a7ff248e96745f0e36f43
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/bdwgc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bdwgc",
"version": "8.2.6",
"version": "8.2.8",
"description": "The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc)",
"homepage": "https://www.hboehm.info/gc/",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/bdwgc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "559f0b9bb0a7a06b28daae296f7080760268f5dd",
"version": "8.2.8",
"port-version": 0
},
{
"git-tree": "6bf6340168ebda8d87ec21411dbb4d27e0ce3363",
"version": "8.2.6",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
"port-version": 1
},
"bdwgc": {
"baseline": "8.2.6",
"baseline": "8.2.8",
"port-version": 0
},
"beast": {
Expand Down

0 comments on commit 91f002c

Please sign in to comment.