mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00:00
[monkeys-audio] Update to 5.46 (#12158)
- The previous version in vcpkg is not available for download any more - Fixes: Downloading https://monkeysaudio.com/files/MAC_SDK_538d.zip... Failed. Status: 22;"HTTP response code said error"
This commit is contained in:
parent
0a5c4e4ca3
commit
c8ebb5aa93
@ -1,8 +1,8 @@
|
||||
Source: monkeys-audio
|
||||
Version: 5.38
|
||||
Version: 5.46
|
||||
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 ends with .ape extension.
|
||||
Audio files compressed with it end with .ape extension.
|
||||
Supports: !(uwp|osx|linux)
|
||||
|
||||
Feature: tools
|
||||
|
@ -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 538d)
|
||||
set(MA_VERSION 546)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://monkeysaudio.com/files/MAC_SDK_${MA_VERSION}.zip"
|
||||
FILENAME "MAC_SDK_${MA_VERSION}.zip"
|
||||
SHA512 2274d69161fad7740332585792da57e8f82634545da0aa13a5be975434a3df8526d1fd727b3f074ba928e4e252de2e5510e4f6616bb3cf469ef93b65dd55696b
|
||||
SHA512 5fd426e3fa1d9283ef812a039fe4290e67881aaf1c374ce912b31df894128413c57e23fda0e79c0ae1e1d117ba15c8dd635b784d150451602f06f2fd3fe41566
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
@ -67,4 +67,4 @@ file(COPY ${SOURCE_PATH}/Shared/
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
file(REMOVE ${CURRENT_PACKAGES_DIR}/include/monkeys-audio/MACDll.h)
|
||||
|
||||
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/license DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/license DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
Loading…
Reference in New Issue
Block a user