Skip to content

Commit

Permalink
AU: 2 updated - filezilla mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 30, 2018
1 parent 24eb5f8 commit 7128d97
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.38.1</version>
<version>3.39.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.38.1_win32-setup.exe?h=sljveDLq9p3cIcvpfAn8bw&x=1540688821
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.38.1_win64-setup.exe?h=EZo8o3d2YNPC1rRhrYTagQ&x=1540688821
x32: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.39.0_win32-setup.exe?h=wP3DXXGZlnYxDtMdyEUO9Q&x=1543604823
x64: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.39.0_win64-setup.exe?h=j9CNbpuMNTBq6nhf9h9hhg&x=1543604823

to download the installer.

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: 53E9A4AE5A3BEFA33730D4607DE40FA4AA5F175F086733D256DB6AE9E93C5C77
checksum64: C191E2205EBE26C219B93398B7B45FD245670AB4828672EDDE8F3486A671286A
checksum32: 1D46A79667105E3B869B4CBB0955BC5EECE419DB87070AD75071CB819EC1EACA
checksum64: 964C6BC9D0DA21AA4CEB94D209A7F3543F79C3F3A556EBEFDFAB77B507F30C32

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/479c139f9c3358eac716a36ce8a60e7f1f95d806/icons/mp3tag.png" width="48" height="48"/> [mp3tag](https://chocolatey.org/packages/mp3tag)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@479c139f9c3358eac716a36ce8a60e7f1f95d806/icons/mp3tag.png" width="48" height="48"/> [mp3tag](https://chocolatey.org/packages/mp3tag)


Mp3tag is a powerful and yet easy-to-use tool to edit metadata of common audio formats where it supports ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags.
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>2.90.1</version>
<version>2.91</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
<licenseUrl>http://help.mp3tag.de/misc_license.html</licenseUrl>
<projectUrl>http://www.mp3tag.de/en/index.html</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/479c139f9c3358eac716a36ce8a60e7f1f95d806/icons/mp3tag.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@479c139f9c3358eac716a36ce8a60e7f1f95d806/icons/mp3tag.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Mp3tag is a powerful and yet easy-to-use tool to edit metadata of common audio formats where it supports ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags.
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'mp3tag'
$url32 = 'http://download.mp3tag.de/mp3tagv290asetup.exe'
$checksum32 = '66f6b83f73900dfbcb284f168adfb13c5d6e9bdf56e3dd86c4a893c38caf885b'
$url32 = 'http://download.mp3tag.de/mp3tagv291setup.exe'
$checksum32 = 'd887ae908ba31ee2f47b15d228cf594656aa217242ca38bf91b55c1133f1e346'
$silentArgs = '/S'

$PSScriptRoot = Split-Path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit 7128d97

Please sign in to comment.