Skip to content

Commit 6c07b3c

Browse files
committed
1 parent a6a44ef commit 6c07b3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

automatic/adobeair/adobeair.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>51.3.2.2</version>
24+
<version>51.3.2.3</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/adobeair</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/adobeair/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $params = @{
44
packageName = $package;
55
fileType = 'exe';
66
silentArgs = '-silent -eulaAccepted';
7-
url = 'https://airsdk.harman.com/assets/downloads/51.3.2.2/AdobeAIR.exe'
8-
checksum = '3cb62107667fe91fe7bcdd602b8c3bba4e6f2fcc3e7e77335879ed1cf12c4584'
7+
url = 'https://airsdk.harman.com/assets/downloads/51.3.2.3/AdobeAIR.exe'
8+
checksum = '94551703874da5d909ae4b725b2c7c0bb747fff33841218db231542ce6cbb68f'
99
checksumType = 'SHA256'
1010
}
1111

0 commit comments

Comments
 (0)