diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-02-05 03:32:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 11:32:03 -0800 |
| commit | fa022fb0fb85c627c8b55c574668b36cade71ac8 (patch) | |
| tree | ae370e32177287d27ca4ec3059a37082aa43b748 /ports/duktape/CONTROL | |
| parent | 85bf9d9d792e379e973d66c8af9f39d65d1d6d42 (diff) | |
| download | vcpkg-fa022fb0fb85c627c8b55c574668b36cade71ac8.tar.gz vcpkg-fa022fb0fb85c627c8b55c574668b36cade71ac8.zip | |
[tools] Add python64 bit. (#7964)
* [tools]Add python64 bit.
* [pybind11/shiva]Add version number.
* [duktape]Fix build error using python64 bit.
* [duktape]Fix python2 path.
* [duktape]Fix duketape build: using python2 tools.
* Change subdirs and archive names for PYTHON2 and PYTHON3
* [duktape] Update version info
* [shiva] Add homepage
* update baseline
* update baseline
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Diffstat (limited to 'ports/duktape/CONTROL')
| -rw-r--r-- | ports/duktape/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/duktape/CONTROL b/ports/duktape/CONTROL index 8311a60a0..64dcff2b2 100644 --- a/ports/duktape/CONTROL +++ b/ports/duktape/CONTROL @@ -1,4 +1,4 @@ -Source: duktape
-Version: 2.4.0-6
-Homepage: https://github.com/svaarala/duktape
-Description: Embeddable Javascript engine with a focus on portability and compact footprint.
+Source: duktape +Version: 2.4.0-7 +Homepage: https://github.com/svaarala/duktape +Description: Embeddable Javascript engine with a focus on portability and compact footprint. |
