diff options
| author | Wolfgang Stöggl <c72578@yahoo.de> | 2020-07-01 00:01:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 15:01:30 -0700 |
| commit | c8ebb5aa936efc00a238a72c88b80d0223a2ba09 (patch) | |
| tree | 8bbc089f7cae5ba0c1ba40f4b7fd2a92693d6956 | |
| parent | 0a5c4e4ca3fc9ee1ef534faa75cfd05a950c3c74 (diff) | |
| download | vcpkg-c8ebb5aa936efc00a238a72c88b80d0223a2ba09.tar.gz vcpkg-c8ebb5aa936efc00a238a72c88b80d0223a2ba09.zip | |
[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"
| -rw-r--r-- | ports/monkeys-audio/CONTROL | 4 | ||||
| -rw-r--r-- | ports/monkeys-audio/portfile.cmake | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/monkeys-audio/CONTROL b/ports/monkeys-audio/CONTROL index 6cfe68fa7..8b66f9027 100644 --- a/ports/monkeys-audio/CONTROL +++ b/ports/monkeys-audio/CONTROL @@ -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 diff --git a/ports/monkeys-audio/portfile.cmake b/ports/monkeys-audio/portfile.cmake index 7541ee661..320aeada9 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 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)
\ No newline at end of file +file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/license DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
