diff options
| author | Matus Novak <email@matusnovak.com> | 2021-02-09 23:36:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 14:36:26 -0800 |
| commit | 6195f2ae7e1744ccd506506731b8344c4cad79d0 (patch) | |
| tree | 327370a34e2b7bf4297ab97a37462d2075bb373c | |
| parent | 643bbc75a96a90c7496c769c880a890f00178b7c (diff) | |
| download | vcpkg-6195f2ae7e1744ccd506506731b8344c4cad79d0.tar.gz vcpkg-6195f2ae7e1744ccd506506731b8344c4cad79d0.zip | |
[inja] Update to v3.2.0 (#16151)
| -rw-r--r-- | ports/inja/CONTROL | 2 | ||||
| -rw-r--r-- | ports/inja/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/inja.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/inja/CONTROL b/ports/inja/CONTROL index 3f6f84cf6..3a7dacbef 100644 --- a/ports/inja/CONTROL +++ b/ports/inja/CONTROL @@ -1,5 +1,5 @@ Source: inja -Version: 3.0.0 +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 a2051abd5..e3e660d7a 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 02394683b151cdb520c8fb636f3bda77ed4f965d # v3.0.0 - SHA512 52c4fa84ada673f517036ec41b64afbd12a14a6da256d3eeacb26ba3c65c1e3c79217d523a5f628bf1ffdddef7d42de2983c2e00ddbd0af2000d671a2a9d72f0 + REF 15b0b7f5e33e9fb1471d35218d2f66511f1ec4b7 # v3.2.0 + SHA512 3eb6c0583b8fe84269649dadc5f3651b571af773a30e4292e56f36e979a70eea2391eb226a48c5eeae70a6e3933a663c74e94128c80e5e14c153dd6fc37c45b8 HEAD_REF master ) diff --git a/versions/baseline.json b/versions/baseline.json index 075f22f5e..dcc556c0b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2553,7 +2553,7 @@ "port-version": 0 }, "inja": { - "baseline": "3.0.0", + "baseline": "3.2.0", "port-version": 0 }, "intel-ipsec": { diff --git a/versions/i-/inja.json b/versions/i-/inja.json index dad446925..21e623e57 100644 --- a/versions/i-/inja.json +++ b/versions/i-/inja.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9cd8994caab379ca93bdd59e7fc652414900ee72", + "version-string": "3.2.0", + "port-version": 0 + }, + { "git-tree": "75912f4f1a231ef59ced49def181169f33b3b336", "version-string": "3.0.0", "port-version": 0 |
