Skip to content

Commit

Permalink
AU: 2 updated - renamemaster vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 14, 2020
1 parent c97068b commit 009ebff
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/renamemaster/Readme.md
@@ -1,3 +1,3 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png" width="48" height="48"/> [renamemaster](https://chocolatey.org/packages/renamemaster)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png" width="48" height="48"/> [renamemaster](https://chocolatey.org/packages/renamemaster)

Rename Master is a freeware utility designed to rename multiple files with a just few clicks. Anyone that has worked with websites, file archives, or collections of music, videos, or pictures has probably spent way too much time renaming hundreds of files. This utility will add, remove, or replace parts of the filename with ease and also supports renaming via file properties, MP3 tags, JPEG JFIF and EXIF tags, Video tags, and text files. Batch renaming that's simple to use, yet still very powerful.
6 changes: 3 additions & 3 deletions automatic/renamemaster/renamemaster.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>renamemaster</id>
<version>3.14</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/renamemaster</packageSourceUrl>
<version>5.13</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/renamemaster</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Rename Master</title>
<authors>Joe Joe Soft</authors>
<projectUrl>http://www.joejoesoft.com/vcms/108</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png</iconUrl>
<licenseUrl>http://en.wikipedia.org/wiki/Freeware</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>http://www.joejoesoft.com/vcms/121/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/renamemaster/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsDir = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = 'renamemaster'
fileType = 'zip'
url = 'http://files.snapfiles.com/directdl/rmv314.zip'
checksum = '288def2d13b7509eeb519e78af928bba258761fe4e921a280895f312644ce8c4'
url = 'http://files.snapfiles.com/directdl/rmv315.zip'
checksum = 'dcc26158f01ad204e7c749ca11b92baf24da2b8a3efed87c0146af3c6f2c7af7'
checksumType = 'sha256'
unzipLocation = $toolsDir
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0745/gvim_8.2.0745_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0745/gvim_8.2.0745_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0752/gvim_8.2.0752_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0752/gvim_8.2.0752_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 49379361E059FD00447AD9741330E2334B952DDC4DCD8F5E6DF46CF14C7E9392
checksum64: 2E994A53901296A4EC9BD0564C9B424E1992272A4C07812482ED5498359312B8
checksum32: ECEBD67D86A132244C2DCF1C76BBE43DB5767E3C41BD37A75DC1D19836890EDD
checksum64: 27672FDB7CCBC0A2ADDC0C403E6B20C6EA49326DE40E2BBDA8475F6444E19B83
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0745_x86.zip"
file64 = "$toolsDir\gvim_8.2.0745_x64.zip"
file = "$toolsDir\gvim_8.2.0752_x86.zip"
file64 = "$toolsDir\gvim_8.2.0752_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0745</version>
<version>8.2.0752</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 009ebff

Please sign in to comment.