mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:09:02 +08:00
[xaudio2redist] Update for XAudio2Redist 1.2.10 release (#27577)
* [xaudio2port] Update for 1.2.10 release * Update baseline * Use VERSION. Co-authored-by: walbourn <chuckw_walbourn@yahoo.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
893bc1d71d
commit
56f0b2334c
@ -1,11 +1,10 @@
|
||||
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
set(XAUDIO2REDIST_VERSION 1.2.9)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.nuget.org/api/v2/package/Microsoft.XAudio2.Redist/${XAUDIO2REDIST_VERSION}"
|
||||
FILENAME "xaudio2redist.${XAUDIO2REDIST_VERSION}.zip"
|
||||
SHA512 c3b37640fb871523a63cd227653d8d972dd95d6e12ccf2f28c434f51bb77011c821a0cd5ae2a9fa311f005a0083798a3218a98c0a9db5db094a5ef54bb960675
|
||||
URLS "https://www.nuget.org/api/v2/package/Microsoft.XAudio2.Redist/${VERSION}"
|
||||
FILENAME "xaudio2redist.${VERSION}.zip"
|
||||
SHA512 03aab03f793648a0b1467916a05b22891c32ce44166f85a184746a949338cdeff7104479b88920570e6beeb04395e03669a3ee569c3f2523f3dbc01a368e86b7
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xaudio2redist",
|
||||
"version": "1.2.9",
|
||||
"version": "1.2.10",
|
||||
"description": "Redistributable version of XAudio 2.9 for Windows 7 SP1 or later",
|
||||
"homepage": "https://aka.ms/XAudio2Redist",
|
||||
"documentation": "https://aka.ms/XAudio2Redist",
|
||||
|
@ -8021,7 +8021,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"xaudio2redist": {
|
||||
"baseline": "1.2.9",
|
||||
"baseline": "1.2.10",
|
||||
"port-version": 0
|
||||
},
|
||||
"xbitmaps": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "105a0337f2d46d0c4fa55970f5da88918d818ba9",
|
||||
"version": "1.2.10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "49a7df46ef685eea76f3775dfebc458117e6c33c",
|
||||
"version": "1.2.9",
|
||||
|
Loading…
Reference in New Issue
Block a user