Skip to content

Commit

Permalink
AU: 3 updated - chromium mp3tag vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 4, 2022
1 parent 84b79c9 commit a77a85d
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "110.0.5456.0-snapshots",
"stable": "108.0.5359.72"
"snapshots": "110.0.5457.0-snapshots",
"stable": "108.0.5359.95"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5456.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>108.0.5359.95</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1078945/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1078944/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v108.0.5359.95-r1016/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v108.0.5359.95-r1016/mini_installer.sync.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: E1E059501D89069DEEEF0F732EEC8859C66C97ED93BB37FBA3504DE705B4610B
checksum64: FE017B5949943BCE69B9BE971837854C6FA22DA6BF9A593B8C5F0CAB37EBB799
checksum32: 5BE190F8B7301FDA26BF9839F4562BB8A649F64121358A43043518DB862D2B23
checksum64: 2BAFF175A42BFD0D1E102462A6F9C2277672AA760CAC5E86503E0CA4EF312908

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "110.0.5456.0-snapshots"
$version = "108.0.5359.95"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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/mp3tagv318dsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv318d-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv318esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv318e-x64-setup.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: 475EE8495D588A92D4CE6000210E5E8C34DD81D777CB99B465B1DD6A67745997
checksum64: F6F121D31C2AFBD0CA4B7E7B4CAF6F4B14CDDB1850E6C1E4B920069926125CAF
checksum32: EE9C9730DA2F1A1674E305B04E4A5650B28EE52989E57235C7660E4720346F86
checksum64: 86A4E64E679727FA2DBA10BAC4BAC8ADF76CAC1586A052A46F1D397B01D9816A

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.18.4-beta</version>
<version>3.18.5-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv318dsetup.exe"
file64 = "$toolsPath\mp3tagv318d-x64-setup.exe"
file = "$toolsPath\mp3tagv318esetup.exe"
file64 = "$toolsPath\mp3tagv318e-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/v9.0.0995/gvim_9.0.0995_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0995/gvim_9.0.0995_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1000/gvim_9.0.1000_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1000/gvim_9.0.1000_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: 3B3739D15CABCED2F7670361F2DC35D68797BCF1A1036E4EE6BBF45F45FA7DA5
checksum64: 0D6F7F77D492030C849B45868197EEFDC134191D1E89D7C6D02263BB4B086A43
checksum32: 8F7613F0A8FC66820F2BD63EBE1C9FF930ED1D4A081CAE69E76C4CEBBEAD95AC
checksum64: 49833CBF7D82F4B4E48A824E87C8B072CC382E1A3C44E0560123D52F36C6C921
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0995_x86.zip"
file64 = "$toolsDir\gvim_9.0.0995_x64.zip"
file = "$toolsDir\gvim_9.0.1000_x86.zip"
file64 = "$toolsDir\gvim_9.0.1000_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0995</version>
<version>9.0.1000</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 a77a85d

Please sign in to comment.