Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[blend2d] Update to beta_2020-06-01 #11778

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/blend2d/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: blend2d
Version: beta_2020-05-04
Version: beta_2020-06-01
Homepage: https://github.com/blend2d/blend2d
Description: Beta 2D Vector Graphics Powered by a JIT Compiler
Default-Features: jit, logging, tls
Expand Down
11 changes: 5 additions & 6 deletions ports/blend2d/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
vcpkg_fail_port_install(ON_ARCH "arm" ON_ARCH "wasm32" ON_TARGET "uwp")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO blend2d/blend2d
REF 841360f653d8f2a749e40d4e31807dfac3d6df29
SHA512 4ea11a2b74aa824a92cdb221ef6d019218379639b0cb005294e95f51f88955e7ec4aba2c837ea756b118ae10280679b9ec6c9345e3b25ba08d7b6f935a85cf2b
REF 069a2da836253fb531924ec07b6792022f15fd17
SHA512 ac9a3ed10f8a24a5476c7fec97a1e0bae4f1da51c71261d7b9b780771a02208948f803ba3ca567965d9d84840da32f6fbefc0ad895b4f50938f3b446cd5153ed
HEAD_REF master
)

Expand All @@ -21,8 +21,8 @@ if(NOT BLEND2D_BUILD_NO_JIT)
vcpkg_from_github(
OUT_SOURCE_PATH ASMJIT_SOURCE_PATH
REPO asmjit/asmjit
REF 80645e66a8ae85749937bda3b329388c8a76ea4c
SHA512 8e7b0aed14e8ce05e6e6b2eed77be23a81b9548a146aef187ac6beced3bc2a6cba92835718adb901a1ab983fab32f3e9f18061b157b2276bb1451a71ca1195b8
REF 0e04695f64028034b1376ecf577592992e8552fc
SHA512 f9ae7a8862fdca9c974639196751c60b60c2e01918491040f26e288ec6a5c6f35f0da053333b044c5f35bb599a817a6650384743fefc9863b722dc8ed221555f
HEAD_REF master
)

Expand All @@ -41,7 +41,6 @@ vcpkg_configure_cmake(
${FEATURE_OPTIONS}
)


vcpkg_install_cmake()
vcpkg_copy_pdbs()

Expand Down