aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily <47812810+wangli28@users.noreply.github.com>2019-08-17 08:22:04 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-08-16 17:22:04 -0700
commit5d1751dfda36199ae307825e38c80c3dc283b075 (patch)
tree5b3e13c624650b46e595ffe64f495527c72ea79b
parentde3d6b5c26d2e8274297e101ba23a45fea35512a (diff)
downloadvcpkg-5d1751dfda36199ae307825e38c80c3dc283b075.tar.gz
vcpkg-5d1751dfda36199ae307825e38c80c3dc283b075.zip
[open62541, duktape] Update hash for pip. (#7548)
* [open62541, duktape] Update hash for pip. * [duktape] Fix build error on Linux * [open62541, duktape] Update download linkage for pip. * [open62541] Resolve conflict * [open62541] Resolve conflict * [open62541] Remove homepage
-rw-r--r--ports/duktape/CMakeLists.txt2
-rw-r--r--ports/duktape/CONTROL2
-rw-r--r--ports/duktape/portfile.cmake4
3 files changed, 5 insertions, 3 deletions
diff --git a/ports/duktape/CMakeLists.txt b/ports/duktape/CMakeLists.txt
index 3a9c869de..3986c4df1 100644
--- a/ports/duktape/CMakeLists.txt
+++ b/ports/duktape/CMakeLists.txt
@@ -1,3 +1,5 @@
+cmake_minimum_required(VERSION 3.14)
+
project (duktape)
file(GLOB_RECURSE DUKTAPE_SOURCES "src/*.c")
diff --git a/ports/duktape/CONTROL b/ports/duktape/CONTROL
index 08c822fad..769e3bc82 100644
--- a/ports/duktape/CONTROL
+++ b/ports/duktape/CONTROL
@@ -1,5 +1,5 @@
Source: duktape
-Version: 2.3.0-2
+Version: 2.3.0-3
Homepage: https://github.com/svaarala/duktape
Description: Embeddable Javascript engine with a focus on portability and compact footprint.
Build-Depends:
diff --git a/ports/duktape/portfile.cmake b/ports/duktape/portfile.cmake
index fe2c9a494..5c855027f 100644
--- a/ports/duktape/portfile.cmake
+++ b/ports/duktape/portfile.cmake
@@ -28,9 +28,9 @@ vcpkg_add_to_path("${PYTHON2_DIR}")
if(NOT EXISTS ${PYTHON2_DIR}/easy_install${EXECUTABLE_SUFFIX})
if(NOT EXISTS ${PYTHON2_DIR}/Scripts/pip${EXECUTABLE_SUFFIX})
vcpkg_download_distfile(GET_PIP
- URLS "https://bootstrap.pypa.io/get-pip.py"
+ URLS "https://bootstrap.pypa.io/3.3/get-pip.py"
FILENAME "tools/python/python2/get-pip.py"
- SHA512 99520d223819708b8f6e4b839d1fa215e4e8adc7fcd0db6c25a0399cf2fa10034b35673cf450609303646d12497f301ef53b7e7cc65c78e7bce4af0c673555ad
+ SHA512 92e68525830bb23955a31cb19ebc3021ef16b6337eab83d5db2961b791283d2867207545faf83635f6027f2f7b7f8fee2c85f2cfd8e8267df25406474571c741
)
execute_process(COMMAND ${PYTHON2_DIR}/python${EXECUTABLE_SUFFIX} ${PYTHON2_DIR}/get-pip.py)
endif()