aboutsummaryrefslogtreecommitdiff
path: root/ports/inja/CONTROL
diff options
context:
space:
mode:
authorTri Tran <lepnit205@gmail.com>2019-07-24 12:28:05 -0500
committerVictor Romero <romerosanchezv@gmail.com>2019-07-24 10:28:05 -0700
commit1b1911a0705aafcdac0f3fa5bacee7d86744d6f7 (patch)
treea4130dcf0166376a96cd3b47833c791a80924d28 /ports/inja/CONTROL
parent1ff16433f2afdbb20f4fc120154aa38d90748f5c (diff)
downloadvcpkg-1b1911a0705aafcdac0f3fa5bacee7d86744d6f7.tar.gz
vcpkg-1b1911a0705aafcdac0f3fa5bacee7d86744d6f7.zip
[inja] Use inja CMakeLists.txt (#7402)
* Provide CMake configs * Fix mismatching version in CMakeLists.txt (2.0.0 -> 2.1.0) * Update license (use LICENSE as copyright instead of using single header file as copyright)
Diffstat (limited to 'ports/inja/CONTROL')
-rw-r--r--ports/inja/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/inja/CONTROL b/ports/inja/CONTROL
index ec53d0748..ae7291bfb 100644
--- a/ports/inja/CONTROL
+++ b/ports/inja/CONTROL
@@ -1,4 +1,4 @@
Source: inja
-Version: 2.1.0
+Version: 2.1.0-1
Build-Depends: nlohmann-json
Description: Inja - A Template Engine for Modern C++