diff --git a/ports/inja/CONTROL b/ports/inja/CONTROL deleted file mode 100644 index 3a7dacbefb..0000000000 --- a/ports/inja/CONTROL +++ /dev/null @@ -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 diff --git a/ports/inja/portfile.cmake b/ports/inja/portfile.cmake index e3e660d7a4..7b613808c1 100644 --- a/ports/inja/portfile.cmake +++ b/ports/inja/portfile.cmake @@ -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 ) diff --git a/ports/inja/vcpkg.json b/ports/inja/vcpkg.json new file mode 100644 index 0000000000..55c71f18d3 --- /dev/null +++ b/ports/inja/vcpkg.json @@ -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" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 6ff02a5257..2c9ffc9422 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2705,7 +2705,7 @@ "port-version": 0 }, "inja": { - "baseline": "3.2.0", + "baseline": "3.3.0", "port-version": 0 }, "intel-ipsec": { diff --git a/versions/i-/inja.json b/versions/i-/inja.json index 21e623e578..451bc04056 100644 --- a/versions/i-/inja.json +++ b/versions/i-/inja.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9435743a06369f745532f07b596e04481a4758a7", + "version": "3.3.0", + "port-version": 0 + }, { "git-tree": "9cd8994caab379ca93bdd59e7fc652414900ee72", "version-string": "3.2.0",