aboutsummaryrefslogtreecommitdiff
path: root/ports/msix
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-06-13 04:09:46 +0800
committerGitHub <noreply@github.com>2020-06-12 13:09:46 -0700
commit83627767af5efc3e5a2903ffca54dc6acb00ca99 (patch)
treed33bfb627d63b4eb6a6e0eceaf524059ee656134 /ports/msix
parent250e35a961f6faea691e2266613e671a61bb3ab6 (diff)
downloadvcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.tar.gz
vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.zip
[vcpkg baseline] Fix baseline error (#11896)
* [tinyfiledialogs] Re-trigger CI test * [msix] Fix source hash * [geographiclib] Re-trigger CI test * [soundtouch] Re-trigger CI test * update baseline * [plplot] Re-trigger CI test * [dmlc] Fix issues with parallel configuration * [tclap] Re-trigger CI test * [itpp] Re-trigger CI test * [mpg123] Re-trigger CI test * [qwt] Re-trigger CI test * [soundtouch] Re-trigger CI test * [pthreads] Re-trigger CI test
Diffstat (limited to 'ports/msix')
-rw-r--r--ports/msix/CONTROL2
-rw-r--r--ports/msix/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/msix/CONTROL b/ports/msix/CONTROL
index 2f7039e4e..ec246a877 100644
--- a/ports/msix/CONTROL
+++ b/ports/msix/CONTROL
@@ -1,5 +1,5 @@
Source: msix
-Version: 1.7-1
+Version: 1.7-2
Build-Depends: xerces-c, zlib, openssl (!uwp&!windows), catch2
Homepage: https://github.com/microsoft/msix-packaging
Description: The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.
diff --git a/ports/msix/portfile.cmake b/ports/msix/portfile.cmake
index 6a1a606f8..249d6fd8f 100644
--- a/ports/msix/portfile.cmake
+++ b/ports/msix/portfile.cmake
@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/msix-packaging
REF ab322965d64baf1448548cbe18139e8872d686f2 # v1.7
- SHA512 67f07b3f374a7493f1aa85dc5f18759daa9c3e39294f24f5d5023b5d7d9ada88b1fcf9daa497b4c2012547bab674a4b74c2236310229f29b998bf0731574a711
+ SHA512 d64767c84d5933bf3d1e0e62e9dc21fa13e02b8cf31776ccbe2e7066e514798d8ff758dc2b6fd64f6eabcf3deb83ef0eaa03e1a7d407307f347a045e8a75d3dd
HEAD_REF master
PATCHES
install-cmake.patch
@@ -43,7 +43,8 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
+vcpkg_copy_pdbs()
+
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-vcpkg_copy_pdbs()
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)