diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-07-28 13:18:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 13:18:41 -0700 |
| commit | b1d33888ca26d418cec05ff504c3be59648d19b2 (patch) | |
| tree | b9fe8ae348f3172baf79131df690b04c91c67bfc /ports | |
| parent | 018c0fa15985d6adecbf5d59d09ed9d8eec598b7 (diff) | |
| download | vcpkg-b1d33888ca26d418cec05ff504c3be59648d19b2.tar.gz vcpkg-b1d33888ca26d418cec05ff504c3be59648d19b2.zip | |
[inja] Update to 3.3.0. (#19208)
* [inja] Update to 3.3.0.
* Fix version.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/inja/CONTROL | 5 | ||||
| -rw-r--r-- | ports/inja/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/inja/vcpkg.json | 9 |
3 files changed, 11 insertions, 7 deletions
diff --git a/ports/inja/CONTROL b/ports/inja/CONTROL deleted file mode 100644 index 3a7dacbef..000000000 --- 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 e3e660d7a..7b613808c 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 000000000..55c71f18d --- /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" + ] +} |
