Skip to content

Commit

Permalink
Bump cairosvg to 2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Jul 22, 2021
1 parent 7c89fa6 commit 1e2a575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scripts/Ports/python3-cairosvg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(NOT VCPKG_TARGET_IS_WINDOWS)
message(STATUS "Install cairo on Ubuntu with `sudo apt install libcairo2` and on macOS with `brew install cairo`.")
endif()

set(CAIROSVG_VERSION "2.5.1")
set(CAIROSVG_VERSION "2.5.2")
set(INSTALLED_PYTHON_PREFIX "${CURRENT_INSTALLED_DIR}/tools/python3")

# We are running in script mode, so no toolchains are available. Sad.
Expand Down
3 changes: 1 addition & 2 deletions Scripts/Ports/python3-cairosvg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "python3-cairosvg",
"version-semver": "2.5.1",
"port-version": 1,
"version-semver": "2.5.2",
"description": "CairoSVG is an SVG converter based on Cairo. It can export SVG files to PDF, EPS, PS, and PNG files.",
"homepage": "https://cairosvg.org/",
"dependencies": [
Expand Down

0 comments on commit 1e2a575

Please sign in to comment.