mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
[pixman]Update version to 0.38.0 (#5641)
This commit is contained in:
parent
99ec372755
commit
7d10f758d3
@ -1,3 +1,3 @@
|
||||
Source: pixman
|
||||
Version: 0.34.0-5
|
||||
Version: 0.38.0
|
||||
Description: Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.
|
||||
|
@ -1,10 +1,10 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(PIXMAN_VERSION 0.34.0)
|
||||
set(PIXMAN_VERSION 0.38.0)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.cairographics.org/releases/pixman-${PIXMAN_VERSION}.tar.gz"
|
||||
FILENAME "pixman-${PIXMAN_VERSION}.tar.gz"
|
||||
SHA512 81caca5b71582b53aaac473bc37145bd66ba9acebb4773fa8cdb51f4ed7fbcb6954790d8633aad85b2826dd276bcce725e26e37997a517760e9edd72e2669a6d
|
||||
SHA512 1b0205dbe9d9185c68813ce577a889f3c83e83fbd9955c3a72d411c3b476e6be93fc246b5b6ef4ee17e2bb8eb6fb5559e01dff7feb6a6c4c6314f980e960d690
|
||||
)
|
||||
vcpkg_extract_source_archive_ex(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user