Skip to content

Commit

Permalink
AU: 1 updated - ant-renamer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 26, 2017
1 parent 751f057 commit f5a7dd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions automatic/ant-renamer/ant-renamer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ant-renamer</id>
<version>2.12.0.20161011</version>
<version>2.12.0.20170526</version>
<title>Ant Renamer</title>
<owners>chocolatey</owners>
<authors>Antoine Potten</authors>
Expand All @@ -13,7 +13,9 @@
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/ant-renamer.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Dummy</description>
<description>
Ant Renamer is a free (really free, i. e. the source code is available) program that makes easier the renaming of lots of files and folders by using specified settings. It supports Unicode names.
</description>
<summary>Rename multiple files easily</summary>
<releaseNotes>
[Software Changelog](http://www.antp.be/software/renamer/history)
Expand Down
6 changes: 3 additions & 3 deletions automatic/ant-renamer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.antp.be/software/renamer/download>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <http://update.antp.be/renamer/antrenamer2_install.exe>
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:
checksum:
checksum type: sha256
checksum: 0C18554DF377AAC201A94CBA2FD682990D6153D9DD365390A793098C403A496C

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>.
This was mentioned to be the correct license on the following page: <http://www.antp.be/software/renamer/sources>
2 changes: 1 addition & 1 deletion automatic/ant-renamer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:chocolateyPackageName
softwareName = 'Ant Renamer'
fileType = 'exe'
file = "$toolsPath\"
file = "$toolsPath\antrenamer2_install.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down

0 comments on commit f5a7dd1

Please sign in to comment.