Skip to content

Commit

Permalink
AU: 2 updated - mp3tag smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 24, 2019
1 parent 469a8e0 commit 1adbafc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv291hsetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv292setup.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: sha256
checksum32: 7A7F2BD37A2E2D5283A4422E0A1FE150BC767EE001B1F076B0EBB3C7105EB926
checksum32: FA4BE3AEA55558F968185B098A082EE18F10739D7F9F92F7FD2D15D24AD872A8

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>2.91.8-beta</version>
<version>2.92</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv291hsetup.exe"
file = "$toolsPath\mp3tagv292setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2626.0</version>
<version>9.0.2627.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
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'b8eb892a4224c9eb2e951a4c6acf5c79bf0cada2a0550bed5ab74fe2e7eae076'
checksum64 = '1828e64528ad5cf48383f87f372e147230dc8ce3888e153d99e64c3e033566a5'
checksum = '8d675581dec77354752b668c280e2f8345e0e893c267fffc95855b99fc369280'
checksum64 = '9e0bd135733c874928c04ca760492861dc1c0f44ba01534571698c8367abc47f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 1adbafc

Please sign in to comment.