diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-11 10:13:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 19:13:11 -0700 |
| commit | 9c0893e04db383e87617b8119659a734e6398149 (patch) | |
| tree | cb536332b91181b671dbf069a542318aa4df01e1 /ports/msix | |
| parent | a0518036077baa44192ca95aa7893ee1212ce889 (diff) | |
| download | vcpkg-9c0893e04db383e87617b8119659a734e6398149.tar.gz vcpkg-9c0893e04db383e87617b8119659a734e6398149.zip | |
[vcpkg baseline] Fix baseline (#11865)
* [msix] Fix source hash
* [librsfv] Change repo to github
* [librsvg] Just re-trigger it
* [libxmp-lite] Re-trigger CI test
* Update ports/msix/CONTROL
Diffstat (limited to 'ports/msix')
| -rw-r--r-- | ports/msix/CONTROL | 3 | ||||
| -rw-r--r-- | ports/msix/portfile.cmake | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/msix/CONTROL b/ports/msix/CONTROL index fb6e632a1..2f7039e4e 100644 --- a/ports/msix/CONTROL +++ b/ports/msix/CONTROL @@ -1,5 +1,6 @@ Source: msix
-Version: 1.7 +Version: 1.7-1
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.
The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.
diff --git a/ports/msix/portfile.cmake b/ports/msix/portfile.cmake index 53734796f..6a1a606f8 100644 --- a/ports/msix/portfile.cmake +++ b/ports/msix/portfile.cmake @@ -2,9 +2,9 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO Microsoft/msix-packaging + REPO microsoft/msix-packaging REF ab322965d64baf1448548cbe18139e8872d686f2 # v1.7 - SHA512 d64767c84d5933bf3d1e0e62e9dc21fa13e02b8cf31776ccbe2e7066e514798d8ff758dc2b6fd64f6eabcf3deb83ef0eaa03e1a7d407307f347a045e8a75d3dd + SHA512 67f07b3f374a7493f1aa85dc5f18759daa9c3e39294f24f5d5023b5d7d9ada88b1fcf9daa497b4c2012547bab674a4b74c2236310229f29b998bf0731574a711 HEAD_REF master PATCHES install-cmake.patch |
