diff --git a/AdobeAIR/AdobeAIR.nuspec b/AdobeAIR/AdobeAIR.nuspec index 0f02dd1..0433a77 100644 --- a/AdobeAIR/AdobeAIR.nuspec +++ b/AdobeAIR/AdobeAIR.nuspec @@ -3,7 +3,7 @@ AdobeAIR Adobe AIR Runtime - 3.7.0.1860 + 3.8.0.870 Adobe Ethan J Brown Adobe AIR runtime is necessary for AIR based applications. diff --git a/AdobeAIR/tools/chocolateyInstall.ps1 b/AdobeAIR/tools/chocolateyInstall.ps1 index 833410a..1a7d41d 100644 --- a/AdobeAIR/tools/chocolateyInstall.ps1 +++ b/AdobeAIR/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $package = 'AdobeAIR' -$version = '3.7' +$version = '3.8' try { @@ -7,7 +7,7 @@ try { PackageName = $package; FileType = 'exe'; SilentArgs = '-silent -eulaAccepted'; - Url = 'http://airdownload.adobe.com/air/win/download/3.7/AdobeAIRInstaller.exe' + Url = "http://airdownload.adobe.com/air/win/download/$version/AdobeAIRInstaller.exe" } Install-ChocolateyPackage @params