aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexandro Sanchez <alexandro@phi.nz>2021-04-30 20:02:15 +0200
committerGitHub <noreply@github.com>2021-04-30 11:02:15 -0700
commitf3619bdadc1ffd3dabbc4368d0caed1119dffb71 (patch)
tree09ef2f2fd540434ca6e2c34b0400b83daf90e45d /ports
parent63c7a82c6a7715f4dd1123c216ed8ecc497ec41a (diff)
downloadvcpkg-f3619bdadc1ffd3dabbc4368d0caed1119dffb71.tar.gz
vcpkg-f3619bdadc1ffd3dabbc4368d0caed1119dffb71.zip
[libqcow] Update to 20210419 (#17525)
Diffstat (limited to 'ports')
-rw-r--r--ports/libqcow/CONTROL2
-rw-r--r--ports/libqcow/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/libqcow/CONTROL b/ports/libqcow/CONTROL
index 703b77fe2..b141e0b09 100644
--- a/ports/libqcow/CONTROL
+++ b/ports/libqcow/CONTROL
@@ -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.
diff --git a/ports/libqcow/portfile.cmake b/ports/libqcow/portfile.cmake
index 1a26c6010..043c72f40 100644
--- a/ports/libqcow/portfile.cmake
+++ b/ports/libqcow/portfile.cmake
@@ -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()