feat(AdobeAir): release 3.8.0.870

This commit is contained in:
Iristyle
2013-09-16 11:19:30 -04:00
parent fe352c848b
commit 50d5253d8f
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<metadata> <metadata>
<id>AdobeAIR</id> <id>AdobeAIR</id>
<title>Adobe AIR Runtime</title> <title>Adobe AIR Runtime</title>
<version>3.7.0.1860</version> <version>3.8.0.870</version>
<authors>Adobe</authors> <authors>Adobe</authors>
<owners>Ethan J Brown</owners> <owners>Ethan J Brown</owners>
<summary>Adobe AIR runtime is necessary for AIR based applications.</summary> <summary>Adobe AIR runtime is necessary for AIR based applications.</summary>

View File

@@ -1,5 +1,5 @@
$package = 'AdobeAIR' $package = 'AdobeAIR'
$version = '3.7' $version = '3.8'
try { try {
@@ -7,7 +7,7 @@ try {
PackageName = $package; PackageName = $package;
FileType = 'exe'; FileType = 'exe';
SilentArgs = '-silent -eulaAccepted'; 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 Install-ChocolateyPackage @params