aboutsummaryrefslogtreecommitdiff
path: root/ports/asmjit
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-15 22:30:11 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-15 22:30:11 -0700
commitc95512aaf6cb590a5fd809075d012e617ad33525 (patch)
tree87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/asmjit
parent56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff)
downloadvcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz
vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
Diffstat (limited to 'ports/asmjit')
-rw-r--r--ports/asmjit/CONTROL2
-rw-r--r--ports/asmjit/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/asmjit/CONTROL b/ports/asmjit/CONTROL
index 06674892b..b4c5b6b5a 100644
--- a/ports/asmjit/CONTROL
+++ b/ports/asmjit/CONTROL
@@ -1,3 +1,3 @@
Source: asmjit
-Version: 2019-01-30
+Version: 2019-03-29
Description: Complete x86/x64 JIT and Remote Assembler for C++
diff --git a/ports/asmjit/portfile.cmake b/ports/asmjit/portfile.cmake
index 21b2ed894..fa7a5ed77 100644
--- a/ports/asmjit/portfile.cmake
+++ b/ports/asmjit/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
- REF 1e550aa568da993acb742ac19f2ab691a2806ad5
- SHA512 e5cf195a6b94173b294cd739009128577dd687220b379490c3d1b616fb6220c085192834850913d9dc0a076b433104853ba9d4f8e48ce0705044891fea24039d
+ REF fc251c914e77cd079e58982cdab00a47539d7fc5
+ SHA512 3db4ed97ded545994ab2e75df5bb027832c3b7adf44bdabfb89a98af4cc51f5e48d4a353b9e99f205702258dfcec70257d6d6c08db78cec941019b3f8a48232a
HEAD_REF master
)