]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Build-System] Update gawk to 3.1.8 on Windows. (#3085)
authorAndrey Volk <andywolk@gmail.com>
Thu, 16 Jul 2026 17:47:25 +0000 (20:47 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 17:47:25 +0000 (20:47 +0300)
w32/gawk.props

index 67e4318db0dc48f9bb359663c4702dd17f31b02b..159576a54686a94c6ff2aa9657e56442b3e4e183 100644 (file)
@@ -5,6 +5,7 @@
   </ImportGroup>
   <PropertyGroup>
     <GawkPropsImported>true</GawkPropsImported>
+    <gawkVersion>3.1.8</gawkVersion>
   </PropertyGroup>
 
   <!--
@@ -29,7 +30,7 @@
 
   <Target Name="GawkDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="">
       <DownloadPackageTask
-           package="http://files.freeswitch.org/downloads/win32/gawk.exe"
+           package="https://github.com/freeswitch/gawk/releases/download/v$(gawkVersion)/gawk.exe"
            expectfileordirectory="$(ProjectDir)..\..\sofia-sip\win32\gawk.exe"
            outputfolder="$(ProjectDir)..\..\sofia-sip\win32\"
            outputfilename=""