From d559629a324df5c8195f950d30a4188fa232fc4a Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 16 Oct 2018 16:58:41 +0000 Subject: [PATCH] AU: 1 updated - IcoFX [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/486c065cfdc20e247a229c2772ac5b21ff513af0 --- automatic/icofx/icofx.nuspec | 19 ++++++++++++++++--- automatic/icofx/tools/ChocolateyInstall.ps1 | 6 +++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/automatic/icofx/icofx.nuspec b/automatic/icofx/icofx.nuspec index 12dd22548..3a3c9b185 100644 --- a/automatic/icofx/icofx.nuspec +++ b/automatic/icofx/icofx.nuspec @@ -2,8 +2,8 @@ - icofx - 1.6.4.02 + IcoFX + 3.2.1 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/icofx AdmiringWorm, H. Alan Stevens AdmiringWorm Icofx @@ -16,7 +16,20 @@ icofx icon editor trial IcoFX is an all-in-one solution for icon creation, extraction and editing. - IcoFX is an all-in-one solution for icon creation, extraction and editing. With IcoFX you can extract icons from other files, including Windows Vista and Windows 7 files. You can easily work with multiple files using the batch processing capability of IcoFX. + [Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/icofx/Changelog.md) diff --git a/automatic/icofx/tools/ChocolateyInstall.ps1 b/automatic/icofx/tools/ChocolateyInstall.ps1 index d2b558e57..1de5aa004 100644 --- a/automatic/icofx/tools/ChocolateyInstall.ps1 +++ b/automatic/icofx/tools/ChocolateyInstall.ps1 @@ -3,10 +3,10 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = '' + url = 'https://www.icofx.ro/files/icofxsetup.exe' softwareName = 'IcoFX*' - checksum = '' - checksumType = '' + checksum = '7aa3e1130f8ef707f2cc4f6223d3b0c1dc3937f8f6df3dc5d3f66c85792ba63b' + checksumType = 'sha256' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) }