Skip to content

Commit

Permalink
[blend2d] Update to beta_2020-07-31 (#12667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeWanderer committed Aug 5, 2020
1 parent a5d2338 commit 4454f8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ports/blend2d/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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 9e6686c0760135cc54dfd3e9e239ceac07cddb78
SHA512 475a7fa4de4728e0c41d97e759d5c74fe5d66d28169614a9081a461fdc27e1f1c4db438d7e2a5cd9170489bbb7e352d73ec46d8bde45ff7c4a024c35fdb43e5f
REF ee5c52aa5fcaaf9910dd2ef566a741d998bdfb98
SHA512 e33e9418be13d239feb2a88d52538e0a86b920b9bcb0473ac21b27fbd54f7c683e23c1f8a6dbcbcf24fdc85bfc1b5884ebea4a9a5e4ec1fcfbfaa006807e3d59
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 2de7e742443e23b925b830c415268ce1470341ce
SHA512 40ec1ec5540a20530e795c0e425322ed027d2e6e400f8f1ee1426e256ea0f3cf2e241972cdbda2f2d8e9fad06ba0ba12f0dcff9a09aa5da65cb3d01e19079966
REF 8474400e82c3ea65bd828761539e5d9b25f6bd83
SHA512 435be4ed22abbbbcdea3869b31bc2fc27aae969775773c24155d7490bca9591f51613fa3319cce54200c6d18dbe73a6be2d5449c49afb46934d93760501e98f6
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/blend2d/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blend2d",
"version-string": "beta_2020-07-09",
"version-string": "beta_2020-07-31",
"description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
"homepage": "https://github.com/blend2d/blend2d",
"documentation": "https://blend2d.com/doc/index.html",
Expand Down

0 comments on commit 4454f8f

Please sign in to comment.