diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-19 19:23:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 19:23:57 -0700 |
| commit | 334aec69e408d1ea52b7af125eda0a2066424922 (patch) | |
| tree | cac050e50ff8df78634131c8936f7100d138d916 /ports/libideviceactivation | |
| parent | 46a2a004b62e307b51c4dfbf05db61e95d1371b2 (diff) | |
| download | vcpkg-334aec69e408d1ea52b7af125eda0a2066424922.tar.gz vcpkg-334aec69e408d1ea52b7af125eda0a2066424922.zip | |
[libplist/libusbmuxd/libimobiledevice/libideviceactivation/usbmuxd] Update version (#13811)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/libideviceactivation')
| -rw-r--r-- | ports/libideviceactivation/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ports/libideviceactivation/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libideviceactivation/portfile.cmake | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ports/libideviceactivation/CMakeLists.txt b/ports/libideviceactivation/CMakeLists.txt index 3b4095eba..05ab295e6 100644 --- a/ports/libideviceactivation/CMakeLists.txt +++ b/ports/libideviceactivation/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.0) project(libideviceactivation C) # find dependencies -find_library(libplist plist REQUIRED) +find_library(libplist NAMES plist plist-2.0 libplist libplist-2.0 REQUIRED) find_path(libimobiledevice_INCLUDES endianness.h) -find_library(libimobiledevice libimobiledevice REQUIRED) +find_library(libimobiledevice NAMES imobiledevice imobiledevice-1.0 libimobiledevice libimobiledevice-1.0 REQUIRED) find_package(LibXml2 REQUIRED) find_package(CURL REQUIRED) diff --git a/ports/libideviceactivation/CONTROL b/ports/libideviceactivation/CONTROL index 9fc1ed98e..24bec86a7 100644 --- a/ports/libideviceactivation/CONTROL +++ b/ports/libideviceactivation/CONTROL @@ -1,4 +1,4 @@ Source: libideviceactivation
-Version: 1.2.137 +Version: 1.2.235
Description: A library to handle the activation process of iOS devices
-Build-Depends: libimobiledevice, libxml2, curl, libplist
\ No newline at end of file +Build-Depends: libimobiledevice, libxml2, curl, libplist
diff --git a/ports/libideviceactivation/portfile.cmake b/ports/libideviceactivation/portfile.cmake index 87eecc757..ad5bbfbcb 100644 --- a/ports/libideviceactivation/portfile.cmake +++ b/ports/libideviceactivation/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libimobiledevice-win32/libideviceactivation
- REF de6008a6bd66a96bb11468b8b137704f0fef2c54 # v1.2.137 - SHA512 cdf72702c465cb3e405db067fa96e2979b8c32e7798bcdb9e7286c4bc9392639cb0d31622c321453f635ef5212e645d300f3b420a847fb16fa05425c4882be95
+ REF fbe0476cfeddc2fc317ceb900eec12302c1d4c11 # v1.2.235 + SHA512 18fdf1b42744da33e0f0f037e83a72b76cc0b63a0b712e78d9736adcde113582327f3712bc2bfa7b6fdb692465700a9106286f383fd7d11f9351ca7939b20e24
HEAD_REF msvc-master
)
|
