Skip to content

Commit

Permalink
AU: 1 updated - initool
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 14, 2023
1 parent d05dfcc commit 109e685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/initool/initool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>initool</id>
<version>0.13.0</version>
<version>0.14.0</version>
<title>initool</title>
<authors>D. Bohdan</authors>
<owners>tunisiano</owners>
Expand All @@ -22,7 +22,7 @@ If this package isn't up-to-date for some days, [Create an issue](https://github
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>Manipulate the contents of INI files from the command line</summary>
<releaseNotes>[Changelog](https://github.com/dbohdan/initool/releases/tag/v0.13.0)</releaseNotes>
<releaseNotes>[Changelog](https://github.com/dbohdan/initool/releases/tag/v0.14.0)</releaseNotes>
<copyright> © 2023 D. Bohdan</copyright>
<tags>configuration ini cli</tags>
<projectSourceUrl>https://github.com/dbohdan/initool</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/initool/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'initool'
$url32 = 'https://github.com/dbohdan/initool/releases/download/v0.13.0/initool-v0.13.0-d75e3e3-win32.zip'
$checksum32 = '185a21002551ff37fe77a9d23467dabef48aa41cbc5d49975efda1cd37ea2978'
$url32 = 'https://github.com/dbohdan/initool/releases/download/v0.14.0/initool-v0.14.0-ac4b61e-win32.zip'
$checksum32 = 'd9a0d691ae34d186745d311dce87b726c1414117f530339453a901c3d74295c0'
$checksumType32 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 109e685

Please sign in to comment.