Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inja] Update to v3.3.0 #19209

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ports/inja/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/inja/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 pantor/inja
REF 15b0b7f5e33e9fb1471d35218d2f66511f1ec4b7 # v3.2.0
SHA512 3eb6c0583b8fe84269649dadc5f3651b571af773a30e4292e56f36e979a70eea2391eb226a48c5eeae70a6e3933a663c74e94128c80e5e14c153dd6fc37c45b8
REF 2d515078c647457436556763aca8d4bf7d11d5e8 # v3.3.0
SHA512 4e2f63297eede016772e4915cacfec57b49633f2a5fb80862bbd091d274f688ea1fbe958f97699e930fdee9f390ce0637513f4265190c171104d9eae9b12a59d
HEAD_REF master
)

Expand Down
9 changes: 9 additions & 0 deletions ports/inja/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "inja",
"version-semver": "3.3.0",
"description": "Inja - A Template Engine for Modern C++",
"homepage": "https://github.com/pantor/inja",
"dependencies": [
"nlohmann-json"
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@
"port-version": 0
},
"inja": {
"baseline": "3.2.0",
"baseline": "3.3.0",
"port-version": 0
},
"intel-ipsec": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/inja.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d304b7ce52311e76d4d61f478806c723ec9d95ce",
"version-semver": "3.3.0",
"port-version": 0
},
{
"git-tree": "9cd8994caab379ca93bdd59e7fc652414900ee72",
"version-string": "3.2.0",
Expand Down