[blend2d] Update to beta_2020-04-19 (#10891)

This commit is contained in:
ZeeWanderer 2020-04-21 23:22:14 +03:00 committed by GitHub
parent 54b98494d4
commit fb59609d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: blend2d
Version: beta_2020-04-15
Version: beta_2020-04-19
Description: Beta 2D Vector Graphics Powered by a JIT Compiler
Default-Features: jit, logging
Supports: !(arm|uwp)

View File

@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO blend2d/blend2d
REF 8d05b27f4445d9d53335f85fb97f53fa5fa77fce
SHA512 d335b9203b790cab6997b35d65fb1332ae5c7039d07b4b1ff1072e24f30ebb3f53446003d4afc1ece0f34e433af1699181b254188a7392fa0d7f7e9057014dc8
REF b9eb3657be24a1ed5aded86ee065352c1703c9e0
SHA512 e5c0b447b3ae773d759149e9c43038fd05e8444a5b8013d81b444e825662eaa55c10105c3cd849495e243e62e1b2e53386055daacb36a271f594c462778ea255
HEAD_REF master
)
@ -54,7 +54,6 @@ if(BLEND2D_STATIC)
endif()
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)