Skip to content

Commit

Permalink
AU: 3 updated - alldup chromium vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 23, 2023
1 parent 90c65de commit 2234488
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.5.37</version>
<version>4.5.38</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3F5A84316BDDC4C25A2D1B7AFA38ABD197C2F6F888222F2EAE18F7FF2DA0271A
checksum32: 99BD6C42A781A6F96063DD83D269CD8E26793F6655F8F441C461351A04533875

File 'Redistribution.pdf' is from personal email communication
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "113.0.5670.0-snapshots",
"snapshots": "113.0.5671.0-snapshots",
"stable": "111.0.5563.65"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>113.0.5670.0-snapshots</version>
<version>113.0.5671.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
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/1120475/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1120540/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1120967/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1120977/mini_installer.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: E1692A31D14B67DE4463FD0A73EA49CB84B991B4B52A86A66B6EA02DEB33A4E4
checksum64: 65B4A8EB4D2C9B098D71C71139B95DFDE7175F84F7A25535BFB42057A6653B5A
checksum32: A7B399B0949F2FA9FDB195D0ADE3DBC9287BA095D4300F8B7CA4F0BE94B94265
checksum64: B29602E8DD69BEC34D82CA726B5C4AD16B139B0A8176E306EB0811FD617CC24E

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 = "113.0.5670.0-snapshots"
$version = "113.0.5671.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.1423/gvim_9.0.1423_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1423/gvim_9.0.1423_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1424/gvim_9.0.1424_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1424/gvim_9.0.1424_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: A5CA9C96B9991BD3E649E24EEFB41C0594AC2F873535096C29D26E6CC1044B69
checksum64: B8C28DB025B710D9D341CA2313DF158A2ECAA52C5B2B2267F0F980232C64067C
checksum32: 3A40E42D0B645D5EC83F5207D2DB5D12697E225C8A303E3B38596A4A8A49932F
checksum64: BB05FA02F1A22DA9B01302E7CBA01B474BD037F92E078AA322E22CD4E0D46A39
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.1423_x86.zip"
file64 = "$toolsDir\gvim_9.0.1423_x64.zip"
file = "$toolsDir\gvim_9.0.1424_x86.zip"
file64 = "$toolsDir\gvim_9.0.1424_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.1423</version>
<version>9.0.1424</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 2234488

Please sign in to comment.