File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO boost-ext /di
4
4
REF "v${VERSION} "
5
- SHA512 2371415df0b6569861d60c32908afb6fae8bfa221ad4153eeb7f60143f8449eca6c81b57067d5009b8cd85e31c04ede554fdee23008ddeffa4e7746856e250ae
5
+ SHA512 354ca3db8b93e8077d77b35f849860583d621de60c931a0830517b4e918b2f88710e2894f7248098bf1ced328b6c31e88fec86762e148e26d62d5f2968e91f4d
6
6
HEAD_REF cpp14
7
7
)
8
8
9
9
file (INSTALL ${SOURCE_PATH} /include /boost
10
10
DESTINATION ${CURRENT_PACKAGES_DIR} /include )
11
-
11
+
12
12
if ("extensions" IN_LIST FEATURES)
13
13
file (INSTALL ${SOURCE_PATH} /extension/include /boost
14
14
DESTINATION ${CURRENT_PACKAGES_DIR} /include )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bext-di" ,
3
- "version" : " 1.3.0" ,
4
- "port-version" : 1 ,
3
+ "version" : " 1.3.2" ,
5
4
"description" : " C++14 Dependency Injection Library." ,
6
5
"homepage" : " https://github.com/boost-ext/di" ,
7
6
"features" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 7471cdd9525f7d9a01fa6339a528cbf2ded62cea" ,
5
+ "version" : " 1.3.2" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 41c55bfd3aeb579a5233a48257ee125174b0f9b6" ,
5
10
"version" : " 1.3.0" ,
Original file line number Diff line number Diff line change 637
637
"port-version" : 0
638
638
},
639
639
"bext-di" : {
640
- "baseline" : " 1.3.0 " ,
641
- "port-version" : 1
640
+ "baseline" : " 1.3.2 " ,
641
+ "port-version" : 0
642
642
},
643
643
"bext-mp" : {
644
644
"baseline" : " 2023-03-02" ,
You can’t perform that action at this time.
0 commit comments