Skip to content

Commit

Permalink
AU: 2 updated - IcoFX tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 20, 2019
1 parent 336d255 commit 635c615
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions automatic/icofx/icofx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>IcoFX</id>
<version>3.2.1</version>
<version>3.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/icofx</packageSourceUrl>
<owners>AdmiringWorm, H. Alan Stevens AdmiringWorm</owners>
<title>Icofx</title>
Expand All @@ -19,15 +19,16 @@
<description><![CDATA[Icofx is an award winning professional icon and cursor editor for Windows. It is an all-in-one solution for icon creation, extraction and editing. It is designed to work with Windows and Macintosh icons supporting transparency.
## Features
- **Create icons and cursors:** Create icons for Windows and Macintosh. Support for Windows icons with resolution up to 1024x1024 with PNG compression. Convert your Macintosh icons to Windows icons and vice versa. Support for static and animated cursors. Create a favicon for your website or blog.
- **Import, export and extract:** You can easily convert your favorite images into icons or cursors, or icons into images. Supported image formats SVG, BMP, PNG, JPG, JPG2000, TIF and GIF. You can extract icons from other files, including Windows Vista, Windows 7 and Macintosh files.
- **Advanced editor:** Icofx features a full blown image editor with many useful tools. You can use different brush sizes, shapes, hardness, even blending modes when painting. With more than 40 effects at your fingertips, there’s virtually no limit to the icons you can create.
- **Image objects:** Using pre-made image object icon creation has never been easier. You can combine the image objects in layer based images using icofx. It allows you to rearrange, blend layers and change their opacity.
- **Batch process files:** You can easily work with multiple files using the batch processing capability of icofx (Business License). Create, convert, extract or export all your icons or cursors with just a few clicks.
- **Icon libraries:** Icofx gives you the possibility to create and edit icon and cursor libraries using the built in resource editor. Using the resource editor you can also change icons inside exe files.
## Notes
- The developers uses the same url for every version, as such only the latest version is supported for this package.
]]></description>
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/icofx/Changelog.md)</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion automatic/icofx/tools/ChocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://www.icofx.ro/files/icofxsetup.exe'
softwareName = 'IcoFX*'
checksum = '7aa3e1130f8ef707f2cc4f6223d3b0c1dc3937f8f6df3dc5d3f66c85792ba63b'
checksum = '70825d24b7091f572bfd6a2ac45ff288e04e1bfbf49c6fc042380832b05f27a0'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.1.17/te190117.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.1.20/te190120.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 85B6D5E04C1E44CDAA0D6AF5B81028A8DD9F126DB3B477EBFDF60125B4E36D29
checksum: 5A14A5C4C15BE4F01BD72F907987576743018335419FE2B1CA23B63A71906696

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
3 changes: 2 additions & 1 deletion automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>19.1.17</version>
<version>19.1.20</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand All @@ -21,6 +21,7 @@
<description><![CDATA[Tablacus is an alternative of file explorer which provides simple tabbed view and plugin extensibility.
## Features
- Tabbed interface
- [Add-on](http://tablacus.github.io/TablacusExplorerAddons/) support
- Completely portable, No installation required
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te190117.zip"
file = "$toolsPath\te190120.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 635c615

Please sign in to comment.