diff options
| author | Alexandro Sanchez <alexandro@phi.nz> | 2021-04-30 20:02:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:02:15 -0700 |
| commit | f3619bdadc1ffd3dabbc4368d0caed1119dffb71 (patch) | |
| tree | 09ef2f2fd540434ca6e2c34b0400b83daf90e45d | |
| parent | 63c7a82c6a7715f4dd1123c216ed8ecc497ec41a (diff) | |
| download | vcpkg-f3619bdadc1ffd3dabbc4368d0caed1119dffb71.tar.gz vcpkg-f3619bdadc1ffd3dabbc4368d0caed1119dffb71.zip | |
[libqcow] Update to 20210419 (#17525)
| -rw-r--r-- | ports/libqcow/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libqcow/portfile.cmake | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libqcow.json | 5 |
4 files changed, 10 insertions, 5 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() diff --git a/versions/baseline.json b/versions/baseline.json index 8f1503fa3..bc7dfe81d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3409,7 +3409,7 @@ "port-version": 0 }, "libqcow": { - "baseline": "20200928", + "baseline": "20210419", "port-version": 0 }, "libqglviewer": { diff --git a/versions/l-/libqcow.json b/versions/l-/libqcow.json index fde12dde9..8f8eee2e6 100644 --- a/versions/l-/libqcow.json +++ b/versions/l-/libqcow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "de588945b39a3e022991df3289a71fab3162474d", + "version-string": "20210419", + "port-version": 0 + }, + { "git-tree": "236cb89ed2aaf88e94409fc2f91b82c6c2b4cd49", "version-string": "20200928", "port-version": 0 |
