Skip to content

Commit

Permalink
AU: 1 updated - AirParrot-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 15, 2022
1 parent ed9d146 commit 12752f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/AirParrot-3/airparrot-3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>AirParrot-3</id>
<version>3.1.4</version>
<version>3.1.6</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages</packageSourceUrl>
<owners>Darin Theurer</owners>
<title>AirParrot 3</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/AirParrot-3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$checksum = 'de2bf68e092eb3230ff2888e7d954c385fd4e2d1242bdb96c70f861f19fdbc3f'
$url = 'https://download.airsquirrels.com/AirParrot3/Windows/AirParrot-3.1.4-32.msi'
$checksum64 = 'ee956c18f6d4152648dd61e4eebd13677457269cacb5bc39505f33e61fd1936b'
$url64 = 'https://download.airsquirrels.com/AirParrot3/Windows/AirParrot-3.1.4-64.msi'
$checksum = '655384e519075d821816f48d8a94e518402474730d11ac6ac63c0cc5de947341'
$url = 'https://download.airsquirrels.com/AirParrot3/Windows/AirParrot-3.1.6-32.msi'
$checksum64 = '1a024cac1e508a242e547a3cddc5e08bda92fba0582e7d23d86e61cc26cf7c0f'
$url64 = 'https://download.airsquirrels.com/AirParrot3/Windows/AirParrot-3.1.6-64.msi'

$packageArgs = @{
packageName = 'AirParrot-3'
Expand Down

0 comments on commit 12752f0

Please sign in to comment.