mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[inja] Update to 3.3.0. (#19208)
* [inja] Update to 3.3.0. * Fix version.
This commit is contained in:
parent
018c0fa159
commit
b1d33888ca
@ -1,5 +0,0 @@
|
|||||||
Source: inja
|
|
||||||
Version: 3.2.0
|
|
||||||
Homepage: https://github.com/pantor/inja
|
|
||||||
Description: Inja - A Template Engine for Modern C++
|
|
||||||
Build-Depends: nlohmann-json
|
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO pantor/inja
|
REPO pantor/inja
|
||||||
REF 15b0b7f5e33e9fb1471d35218d2f66511f1ec4b7 # v3.2.0
|
REF 2d515078c647457436556763aca8d4bf7d11d5e8 # v3.3.0
|
||||||
SHA512 3eb6c0583b8fe84269649dadc5f3651b571af773a30e4292e56f36e979a70eea2391eb226a48c5eeae70a6e3933a663c74e94128c80e5e14c153dd6fc37c45b8
|
SHA512 4e2f63297eede016772e4915cacfec57b49633f2a5fb80862bbd091d274f688ea1fbe958f97699e930fdee9f390ce0637513f4265190c171104d9eae9b12a59d
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
9
ports/inja/vcpkg.json
Normal file
9
ports/inja/vcpkg.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "inja",
|
||||||
|
"version": "3.3.0",
|
||||||
|
"description": "Inja - A Template Engine for Modern C++",
|
||||||
|
"homepage": "https://github.com/pantor/inja",
|
||||||
|
"dependencies": [
|
||||||
|
"nlohmann-json"
|
||||||
|
]
|
||||||
|
}
|
@ -2705,7 +2705,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"inja": {
|
"inja": {
|
||||||
"baseline": "3.2.0",
|
"baseline": "3.3.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"intel-ipsec": {
|
"intel-ipsec": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "9435743a06369f745532f07b596e04481a4758a7",
|
||||||
|
"version": "3.3.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "9cd8994caab379ca93bdd59e7fc652414900ee72",
|
"git-tree": "9cd8994caab379ca93bdd59e7fc652414900ee72",
|
||||||
"version-string": "3.2.0",
|
"version-string": "3.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user