aboutsummaryrefslogtreecommitdiff
path: root/ports/asmjit
diff options
context:
space:
mode:
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 37e16b63a..f4a9931f8 100644
--- a/ports/asmjit/CONTROL
+++ b/ports/asmjit/CONTROL
@@ -1,3 +1,3 @@
Source: asmjit
-Version: 673dcefaa048c5f5a2bf8b85daf8f7b9978d018a
+Version: 2018-11-08
Description: Complete x86/x64 JIT and Remote Assembler for C++
diff --git a/ports/asmjit/portfile.cmake b/ports/asmjit/portfile.cmake
index 3efe1e025..5d2e7b230 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 673dcefaa048c5f5a2bf8b85daf8f7b9978d018a
- SHA512 f3cf4b603424ec0bf7e00463ad94e157bd549265730be66e5e29af31182ca3a6a318ff4c1b1d0fcd2595163df51ad6d34041583b8cbe73be1155562739c25555
+ REF 771d66b301e60ebc3ffa69b11765622c547df6ab
+ SHA512 02ae822a33d50810fc0833b647bd6c29851b147ae4e388fd29d54567e6ed928173b961d3f3f323b243719092c2947bd6f374bc5d6051817e8153688868473830
HEAD_REF master
)