aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/portaudio/portfile.cmake3
-rw-r--r--ports/portaudio/vcpkg.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/portaudio/portfile.cmake b/ports/portaudio/portfile.cmake
index 4c312b15c..76f1e71f6 100644
--- a/ports/portaudio/portfile.cmake
+++ b/ports/portaudio/portfile.cmake
@@ -2,7 +2,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL https://github.com/PortAudio/portaudio.git
- REF 0ac93f8634d113cf90aa5801c204e1e8adbc14e8
+ REF 147dd722548358763a8b649b3e4b41dfffbcfbb6
+ TAG v19.7.0
PATCHES
fix-library-can-not-be-found.patch
)
diff --git a/ports/portaudio/vcpkg.json b/ports/portaudio/vcpkg.json
index 90becf827..36d142e55 100644
--- a/ports/portaudio/vcpkg.json
+++ b/ports/portaudio/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "portaudio",
- "version-date": "2020-02-20",
+ "version": "19.7",
"description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
"homepage": "http://www.portaudio.com",
"supports": "!uwp"