Skip to content

Commit

Permalink
AU: 1 updated - advanced-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 17, 2020
1 parent c23e949 commit c548726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion advanced-installer/advanced-installer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>advanced-installer</id>
<title>Advanced Installer</title>
<version>17.1.1</version>
<version>17.1.2</version>
<authors>Caphyon</authors>
<owners>TheCakeIsNaOH</owners>
<summary>Your solution for application packaging and deployment.</summary>
Expand Down
4 changes: 2 additions & 2 deletions advanced-installer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.advancedinstaller.com/downloads/17.1.1/advinst.msi'
$checksum = '0086640bcae1c30d012faf85b0d50c992071ea00b02c6f4f0ee3b6b9d8c55c90'
$url = 'https://www.advancedinstaller.com/downloads/17.1.2/advinst.msi'
$checksum = 'acbf01bf0fd590ee63b75f4d7066e2e6c8e9e85eb86c3825858eefd97c2c4b53'

$packageArgs = @{
packageName = 'advanced-installer'
Expand Down

0 comments on commit c548726

Please sign in to comment.