From 0e77b21d6f6ffc2f83759ce7f8b40e111616db6f Mon Sep 17 00:00:00 2001 From: Iristyle Date: Thu, 6 Jun 2013 08:33:56 -0400 Subject: [PATCH] chore: release AdobeAIR 3.7.0.1860 --- AdobeAIR/AdobeAIR.nuspec | 2 +- AdobeAIR/tools/chocolateyInstall.ps1 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AdobeAIR/AdobeAIR.nuspec b/AdobeAIR/AdobeAIR.nuspec index acb63df..0f02dd1 100644 --- a/AdobeAIR/AdobeAIR.nuspec +++ b/AdobeAIR/AdobeAIR.nuspec @@ -3,7 +3,7 @@ AdobeAIR Adobe AIR Runtime - 3.4.0.2710 + 3.7.0.1860 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 71a4977..833410a 100644 --- a/AdobeAIR/tools/chocolateyInstall.ps1 +++ b/AdobeAIR/tools/chocolateyInstall.ps1 @@ -1,4 +1,5 @@ $package = 'AdobeAIR' +$version = '3.7' try { @@ -6,7 +7,7 @@ try { PackageName = $package; FileType = 'exe'; SilentArgs = '-silent -eulaAccepted'; - Url = 'http://airdownload.adobe.com/air/win/download/3.4/AdobeAIRInstaller.exe' + Url = 'http://airdownload.adobe.com/air/win/download/3.7/AdobeAIRInstaller.exe' } Install-ChocolateyPackage @params