mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[libqcow] Update to 20210419 (#17525)
This commit is contained in:
parent
63c7a82c6a
commit
f3619bdadc
@ -1,5 +1,5 @@
|
||||
Source: libqcow
|
||||
Version: 20200928
|
||||
Version: 20210419
|
||||
Homepage: https://github.com/libyal/libqcow
|
||||
Build-Depends: gettext,openssl,zlib
|
||||
Description: Library and tools to access the QEMU Copy-On-Write (QCOW) image format.
|
||||
|
@ -1,14 +1,14 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "uwp")
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
set(LIB_VERSION 20200928)
|
||||
set(LIB_VERSION 20210419)
|
||||
set(LIB_FILENAME libqcow-alpha-${LIB_VERSION}.tar.gz)
|
||||
|
||||
# Release distribution file contains configured sources, while the source code in the repository does not.
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/libyal/libqcow/releases/download/${LIB_VERSION}/${LIB_FILENAME}"
|
||||
FILENAME "${LIB_FILENAME}"
|
||||
SHA512 c0112bb26924b82ea84eb14a5d5b2ec53a421159de97a6136b3af0940453fba1ca46a7f8130429d5f812ccb3625e93aa3e4237278575fe439b918bc14b0565a5
|
||||
SHA512 911d29bd880df95288e552356d128d18c924fcd0d61d166fbeaf09936f11bf27b984d8ffd4cdc4bc285e7df295a1fe64ff595b0dfdd10b6fcfbdc6586d6bd3b0
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
@ -27,7 +27,7 @@ vcpkg_configure_cmake(
|
||||
)
|
||||
vcpkg_install_cmake()
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/libqcow" TARGET_PATH "share/libqcow")
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/libqcow")
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
@ -3409,7 +3409,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libqcow": {
|
||||
"baseline": "20200928",
|
||||
"baseline": "20210419",
|
||||
"port-version": 0
|
||||
},
|
||||
"libqglviewer": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "de588945b39a3e022991df3289a71fab3162474d",
|
||||
"version-string": "20210419",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "236cb89ed2aaf88e94409fc2f91b82c6c2b4cd49",
|
||||
"version-string": "20200928",
|
||||
|
Loading…
x
Reference in New Issue
Block a user