From 0d1cc6735f0cc1038c9a83421b39b3178dafd45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 5 Aug 2020 22:57:37 +0200 Subject: [monkeys-audio] Update to 5.48 (#12690) Released MAC_SDK files are currently only provided for download for a short period of time and replaced frequently by newer versions. See: https://monkeysaudio.com/files/ - The previous version in vcpkg is not available for download any more - Fixes: Downloading https://monkeysaudio.com/files/MAC_SDK_546.zip... Failed. Status: 22;"HTTP response code said error" --- ports/monkeys-audio/CONTROL | 2 +- ports/monkeys-audio/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/monkeys-audio/CONTROL b/ports/monkeys-audio/CONTROL index 8b66f9027..388299f8c 100644 --- a/ports/monkeys-audio/CONTROL +++ b/ports/monkeys-audio/CONTROL @@ -1,5 +1,5 @@ Source: monkeys-audio -Version: 5.46 +Version: 5.48 Homepage: https://monkeysaudio.com Description: Monkey's Audio is an excellent audio compression tool which has multiple advantages over traditional methods. Audio files compressed with it end with .ape extension. diff --git a/ports/monkeys-audio/portfile.cmake b/ports/monkeys-audio/portfile.cmake index 320aeada9..f0edaaf32 100644 --- a/ports/monkeys-audio/portfile.cmake +++ b/ports/monkeys-audio/portfile.cmake @@ -2,12 +2,12 @@ vcpkg_fail_port_install(ON_TARGET "UWP" "OSX" "Linux") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) -set(MA_VERSION 546) +set(MA_VERSION 548) vcpkg_download_distfile(ARCHIVE URLS "https://monkeysaudio.com/files/MAC_SDK_${MA_VERSION}.zip" FILENAME "MAC_SDK_${MA_VERSION}.zip" - SHA512 5fd426e3fa1d9283ef812a039fe4290e67881aaf1c374ce912b31df894128413c57e23fda0e79c0ae1e1d117ba15c8dd635b784d150451602f06f2fd3fe41566 + SHA512 036c75f4cc8dc54837b2f9f822d260ebdbed918dff9ac744746e2786d13a33364d0cd7f380f015e89eaf5ebedd7180df979dfd15cb8f0160e339fafebc93f4ba ) vcpkg_extract_source_archive_ex( -- cgit v1.2.3