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 Sep 7, 2020
1 parent 73cb6ed commit cdeeb3d
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.4</version>
<version>17.4.1</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.4/advinst.msi'
$checksum = '936bf522bafcc94d64e914c24f7ff7415f0e0d190e2d537b089223de4c02f48a'
$url = 'https://www.advancedinstaller.com/downloads/17.4.1/advinst.msi'
$checksum = 'c04c131d6987fca08711e63e3b04f98ce34d4c5f1dbdafc045e3d87b1d0e4332'

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

0 comments on commit cdeeb3d

Please sign in to comment.