Skip to content

Commit e3da553

Browse files
author
Chocolatey
committed
1 parent 6a636ae commit e3da553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

advanced-installer/advanced-installer.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>advanced-installer</id>
66
<title>Advanced Installer</title>
7-
<version>17.4.1</version>
7+
<version>17.5</version>
88
<authors>Caphyon</authors>
99
<owners>TheCakeIsNaOH</owners>
1010
<summary>Your solution for application packaging and deployment.</summary>

advanced-installer/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url = 'https://www.advancedinstaller.com/downloads/17.4.1/advinst.msi'
4-
$checksum = 'c04c131d6987fca08711e63e3b04f98ce34d4c5f1dbdafc045e3d87b1d0e4332'
3+
$url = 'https://www.advancedinstaller.com/downloads/17.5/advinst.msi'
4+
$checksum = '273b636f8f5a3601e1250a00f286e38a2b404469fa3c9aaa7d0fc863717bd143'
55

66
$packageArgs = @{
77
packageName = 'advanced-installer'

0 commit comments

Comments
 (0)