Skip to content

Commit

Permalink
AU: 3 updated - chromium vim youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 2, 2024
1 parent 5b4c341 commit 8ce575d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
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": "127.0.6516.0-snapshots",
"snapshots": "127.0.6517.0-snapshots",
"stable": "125.0.6422.142"
}
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>127.0.6516.0-snapshots</version>
<version>127.0.6517.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1309038/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1309084/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
checksum64: CB98E659C53ED5452E757FFB096FA624E895D3A67268F18BCA092276F172010A
checksum64: E52813CAB0A0B4F8334FD36BE1E9660F46BAADC0ECA27414CB85C40D3E741D57

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

$version = '127.0.6516.0-snapshots'
$version = '127.0.6517.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1309050/mini_installer.exe'
checksum = '0BD4F478B69F75885C011492648EA810E8D2DD67BBF34F3F5D62F98B8B373349'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1309084/mini_installer.exe'
checksum = 'EBD0EB0AB133EC68F41445B215E73BFDF42F224328667E15D8795DF982176BAB'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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.1.0454/gvim_9.1.0454_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0454/gvim_9.1.0454_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0457/gvim_9.1.0457_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0457/gvim_9.1.0457_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: 1737C335E5C67AA59AE34CBFF9D8BE4CC1DCFCF870FACB2A26783A03BD06B5E5
checksum64: B76D5155D2A3F34A3CA5955325D7BD8E9F3C544A2E9E09DC4A670CF9DD7F0BD8
checksum32: 8348D5EA19B1D439C94EC0F30E09ADAFBB8D91D7F596BF6BCF0E57A53C460C48
checksum64: 6A962E832A5603B79A0EB8D2092F55F548D8B99F268B28954DD32F6EE8AE0E26
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.1.0454_x86.zip"
file64 = "$toolsDir\gvim_9.1.0454_x64.zip"
file = "$toolsDir\gvim_9.1.0457_x86.zip"
file64 = "$toolsDir\gvim_9.1.0457_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.1.0454</version>
<version>9.1.0457</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 8ce575d

Please sign in to comment.