From eec311d8d7509f1b748beca6d2c41446bdebe497 Mon Sep 17 00:00:00 2001 From: Andrey Volk <andywolk@gmail.com> Date: Wed, 28 Jun 2023 23:12:00 +0300 Subject: [PATCH] [Build-System] Update commit hash of SpanDSP on Windows. --- w32/download_spandsp.props | 2 +- w32/spandsp-version.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/w32/download_spandsp.props b/w32/download_spandsp.props index 39b7f2b81b..f02c66a9bd 100644 --- a/w32/download_spandsp.props +++ b/w32/download_spandsp.props @@ -29,7 +29,7 @@ <Target Name="SpandspDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="7za"> <DownloadPackageTask - package="https://github.com/freeswitch/spandsp/archive/master.zip" + package="https://github.com/freeswitch/spandsp/archive/0d2e6ac65e0e8f53d652665a743015a88bf048d4.zip" expectfileordirectory="$(BaseDir)libs\spandsp\configure.ac" outputfolder="" outputfilename="spandsp-$(SpandspVersion).zip" diff --git a/w32/spandsp-version.props b/w32/spandsp-version.props index 7d9cd1cc59..214805b0bf 100644 --- a/w32/spandsp-version.props +++ b/w32/spandsp-version.props @@ -4,7 +4,7 @@ <Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/> </ImportGroup> <PropertyGroup Label="UserMacros"> - <SpandspVersion>master</SpandspVersion> + <SpandspVersion>0d2e6ac65e0e8f53d652665a743015a88bf048d4</SpandspVersion> </PropertyGroup> <PropertyGroup> <SpandspVersionImported>true</SpandspVersionImported>