Skip to content

Commit

Permalink
AU: 2 updated - renamemaster smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 30, 2023
1 parent ba519cd commit e4feb87
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/renamemaster/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# <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)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>renamemaster</id>
<version>3.16</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/renamemaster</packageSourceUrl>
<version>3.17</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/renamemaster</packageSourceUrl>
<owners>chocolatey-community, 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-community/chocolatey-coreteampackages@430343e7340dd59994b68ec86842b65ed74466ed/icons/renamemaster.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'renamemaster'
fileType = 'zip'
url = 'http://files.snapfiles.com/directdl/rmv316.zip'
checksum = '4f1d6c698dbe83dc90c998dde63f8039230be8c9c4093e13ee649a907cba5841'
url = 'http://files.snapfiles.com/directdl/rmv317.zip'
checksum = 'cc2745aea8296f617399c3f990dfec150d3a903661fa81c13c9bc3c5386f116e'
checksumType = 'sha256'
unzipLocation = $toolsDir
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/renamemaster/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

$re = '\.zip$'
$url32 = $download_page.Links | ? href -match $re | select -first 1 -expand href
$fileName = $url32 -split '\/|\%2f' | select -Last 1
$url32 = $download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href
$fileName = $url32 -split '\/|\%2f' | Select-Object -Last 1
$url32 = "http://files.snapfiles.com/directdl/$fileName"

$Matches = $null
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3112.0</version>
<version>10.0.3113.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '4b480857ea484f1a17627414509540af5bddcb47c0cfdbe76dedc270ec9118a9'
checksum64 = '76c576ecd5d82d9dd1a4d94ee56b69508118e68a4c2c61debed7586f2fa7c203'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit e4feb87

Please sign in to comment.