diff options
| author | Hendrik <dev.nipe.systems@gmail.com> | 2021-06-29 03:04:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-28 18:04:09 -0700 |
| commit | c9ba340993209b9ae1f9da787defcd257df2fecc (patch) | |
| tree | 98172b7de12c7b79dc39ecfd5886141ff21ad097 /versions | |
| parent | e2d10224003824e48356b1d80055a6b4c1ffbf87 (diff) | |
| download | vcpkg-c9ba340993209b9ae1f9da787defcd257df2fecc.tar.gz vcpkg-c9ba340993209b9ae1f9da787defcd257df2fecc.zip | |
[portaudio] Switch to vcpkg_from_github, minor format improvements (#18065)
* Add portaudio:: namespace
* Switch from vcpkg_from_git to vcpkg_from_github
* Convert portfile to unix line-endings
* Increase port-version of portaudio
* Update version hash of portaudio
* Remove namespace patch
Signed-off-by: Hendrik <git@h3ndrk.de>
* Update version hash of portaudio
* Fix indent issue
* Update the baseline version
* Fix the port version
* Fix baseline version
* Remove redundant tag in portfile
* Update version hash of portaudio
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/portaudio.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 3fc871b86..0848eb077 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4946,7 +4946,7 @@ }, "portaudio": { "baseline": "19.7", - "port-version": 0 + "port-version": 1 }, "portmidi": { "baseline": "0.234", diff --git a/versions/p-/portaudio.json b/versions/p-/portaudio.json index 6bc40d06a..e0640fc37 100644 --- a/versions/p-/portaudio.json +++ b/versions/p-/portaudio.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d6254fa08fb9fd57617978cdc98a3890bc1205d1", + "version": "19.7", + "port-version": 1 + }, + { "git-tree": "649b9ae44725c4e6fb4dd012f6202415424ffb1f", "version": "19.7", "port-version": 0 |
