Skip to content

Commit 533a5fd

Browse files
nickdademoCheney-W
andauthored
[bext-di] update to 1.3.2 (#44777)
Co-authored-by: Cheney Wang <[email protected]>
1 parent 0b2afc0 commit 533a5fd

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ports/bext-di/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO boost-ext/di
44
REF "v${VERSION}"
5-
SHA512 2371415df0b6569861d60c32908afb6fae8bfa221ad4153eeb7f60143f8449eca6c81b57067d5009b8cd85e31c04ede554fdee23008ddeffa4e7746856e250ae
5+
SHA512 354ca3db8b93e8077d77b35f849860583d621de60c931a0830517b4e918b2f88710e2894f7248098bf1ced328b6c31e88fec86762e148e26d62d5f2968e91f4d
66
HEAD_REF cpp14
77
)
88

99
file(INSTALL ${SOURCE_PATH}/include/boost
1010
DESTINATION ${CURRENT_PACKAGES_DIR}/include)
11-
11+
1212
if ("extensions" IN_LIST FEATURES)
1313
file(INSTALL ${SOURCE_PATH}/extension/include/boost
1414
DESTINATION ${CURRENT_PACKAGES_DIR}/include)

ports/bext-di/vcpkg.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "bext-di",
3-
"version": "1.3.0",
4-
"port-version": 1,
3+
"version": "1.3.2",
54
"description": "C++14 Dependency Injection Library.",
65
"homepage": "https://github.com/boost-ext/di",
76
"features": {

versions/b-/bext-di.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "7471cdd9525f7d9a01fa6339a528cbf2ded62cea",
5+
"version": "1.3.2",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "41c55bfd3aeb579a5233a48257ee125174b0f9b6",
510
"version": "1.3.0",

versions/baseline.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@
637637
"port-version": 0
638638
},
639639
"bext-di": {
640-
"baseline": "1.3.0",
641-
"port-version": 1
640+
"baseline": "1.3.2",
641+
"port-version": 0
642642
},
643643
"bext-mp": {
644644
"baseline": "2023-03-02",

0 commit comments

Comments
 (0)