aboutsummaryrefslogtreecommitdiff
path: root/ports/libimobiledevice
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-02-12 08:29:04 +0800
committerGitHub <noreply@github.com>2020-02-11 16:29:04 -0800
commit6ee97010a9d83c45e83533ed956c367381e3d355 (patch)
tree3081e8643db9bfbacb0f4300da83a8272176c021 /ports/libimobiledevice
parent10eeee5d550b03d594cebe9088fe142ce5f4f674 (diff)
downloadvcpkg-6ee97010a9d83c45e83533ed956c367381e3d355.tar.gz
vcpkg-6ee97010a9d83c45e83533ed956c367381e3d355.zip
[libimobiledevice] Update to 1.2.185 and fix usbmuxd build (#10007)
* [libimobiledevice] update to 1.2.185 and fix usbmuxd build * [libimobiledevice/usbmuxd] Add homepage
Diffstat (limited to 'ports/libimobiledevice')
-rw-r--r--ports/libimobiledevice/CONTROL3
-rw-r--r--ports/libimobiledevice/portfile.cmake4
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/libimobiledevice/CONTROL b/ports/libimobiledevice/CONTROL
index d5234beb7..8a517ec22 100644
--- a/ports/libimobiledevice/CONTROL
+++ b/ports/libimobiledevice/CONTROL
@@ -1,4 +1,5 @@
Source: libimobiledevice
-Version: 1.2.137
+Version: 1.2.185
+Homepage: http://www.libimobiledevice.org
Description: A cross-platform protocol library to communicate with iOS devices
Build-Depends: libplist, libusbmuxd, openssl, dirent, getopt \ No newline at end of file
diff --git a/ports/libimobiledevice/portfile.cmake b/ports/libimobiledevice/portfile.cmake
index 1972473e1..3e6dca5ad 100644
--- a/ports/libimobiledevice/portfile.cmake
+++ b/ports/libimobiledevice/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libimobiledevice-win32/libimobiledevice
- REF 7cf5cb4b9675ddcaed5ea3d7ee2c8848da18d691 # v1.2.137
- SHA512 cfc32d3414af333d3410c292660b526f2339d210bc2cc3ddf1de87c951bff526c731c4d61609441b3c1ce8e2d1398e6d4c35fdae3e7434bfd5050e5975047a11
+ REF 37cb65f04249705eb5844821fd925b9edee8866c # v1.2.185
+ SHA512 00a44de9552d3cf3daf3d490ad700188e20c72b24b8a6e9ca32d1d9fa53572479a5cbe85d130cd24fb1a2528c5e2cb238ab4caab35c5d93033c53b5c4c189bc6
HEAD_REF msvc-master
)