From 50d5253d8f7d4504ad5abc4b56c11bec8eedf7cf Mon Sep 17 00:00:00 2001 From: Iristyle Date: Mon, 16 Sep 2013 11:19:30 -0400 Subject: [PATCH] feat(AdobeAir): release 3.8.0.870 --- AdobeAIR/AdobeAIR.nuspec | 2 +- AdobeAIR/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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