Skip to content

Commit

Permalink
AU: 2 updated - mp3tag SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 12, 2022
1 parent dbc6fe4 commit 4d91e73
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/mp3tagv312dsetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv312esetup.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: 97DB94729D22EF5DC74600E18980BD75551B00660A1B0BA67C7D15883AAF089C
checksum32: 51DF6B7731D60897808692895BE4437245F4BB0FDAB44415D1B0F31B4419B8B5

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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.12.4-beta</version>
<version>3.12.5-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv312dsetup.exe"
file = "$toolsPath\mp3tagv312esetup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3380000.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3380000.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3380000.zip
x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3380100.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3380100.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3380100.zip

to download the files.

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: DD46A298AB90CA9BA8A1F633F20ABE2DCB805596B5AA68DCB84CCE99E3A56BE1
checksum64: 7EDB0B943A6A4563564A62F5B5FDB6C586C1E44E921A16AC0FE9E8AAB123B99A
checksumTools32: D5923F1B7938669121A2641EA07FC612A5B20FEAC5E76731ABBC243F9CDC132F
checksum32: 2AE4E45A02D5647E6A6A9396BDA9418C5C1985310C1B2A5F4E96EBBFFE97C53A
checksum64: 4E4E6A4BF221E2B521896F1BB5FB9730701EF59AA68F056A4A50BEFE15B386D3
checksumTools32: 15D2B046F85883FB609831A0DCB009CD979B08973A68745CDCAA52C72B1015ED

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.38.0</version>
<version>3.38.1</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit 4d91e73

Please sign in to comment.