Skip to content

Commit

Permalink
AU: 3 updated - chromium mattermost-desktop vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 16, 2024
1 parent 6295760 commit a0dc441
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 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": "129.0.6659.0-snapshots",
"snapshots": "129.0.6660.0-snapshots",
"stable": "127.0.6533.120"
}
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>129.0.6659.0-snapshots</version>
<version>129.0.6660.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/1342163/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1342393/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: 367059901E5ED8B7A097CA9476754983736D400286D322EE642AE2E5FE1ED5F8
checksum64: 33111B4D3AEEE40103189541242A86CBB3C2760A4FA9FEE87E699A33D09382E3

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 = '129.0.6659.0-snapshots'
$version = '129.0.6660.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/1342143/mini_installer.exe'
checksum = 'B4107F2CA37CABF7F78E926F88336EF1910D372834840CFF10E1C550506D0FD8'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1342410/mini_installer.exe'
checksum = '653B605980A62849B2ECD68489159878E4DEC1B406636B12EE39FF7EF0443714'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the Github release page <https://github.c
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/5.8.1/mattermost-desktop-5.8.1-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.8.1/mattermost-desktop-5.8.1-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-win-arm64.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-win-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 5DA1FB61C7855D7B2AC73A892DE09C29EBE65A17E1E21DBA8745F5262D8F3A79
checksum64: 035A68D24DC8EA58D6E7AF8DF3677D4CD5F7694528EAB7F22E27224AADBD0ABB
checksum32: 2A13566E780CCAED7A944C974AE547E7B045D2A4D25602740D210AECE3F028C8
checksum64: 2E8592BC18E1AA18A59365547135778FE462A76549ECC4A8FA005452F74BF162

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>5.8.1</version>
<version>5.9.0</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-5.8.1-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.8.1-x64.msi"
checksum = '5DA1FB61C7855D7B2AC73A892DE09C29EBE65A17E1E21DBA8745F5262D8F3A79'
checksum64 = '035A68D24DC8EA58D6E7AF8DF3677D4CD5F7694528EAB7F22E27224AADBD0ABB'
file = "$toolsDir\mattermost-desktop-5.9.0-win-arm64.msi"
file64 = "$toolsDir\mattermost-desktop-5.9.0-win-x64.msi"
checksum = '2A13566E780CCAED7A944C974AE547E7B045D2A4D25602740D210AECE3F028C8'
checksum64 = '2E8592BC18E1AA18A59365547135778FE462A76549ECC4A8FA005452F74BF162'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.0675/gvim_9.1.0675_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0675/gvim_9.1.0675_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0678/gvim_9.1.0678_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0678/gvim_9.1.0678_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: B71CC45C45364AE46EF518688B07988D69DB5AF52CE4EF6D9A6A534CE9CE9597
checksum64: B39F6410BC45C0ACFCAE50E2AC5BA92313BBDF92312581A5264A32BDC46E9B2D
checksum32: 40364D3734C49143F7B9FC47115081CB6221E7161AE4306BECBF3E5B1A76DB08
checksum64: 7127F6817C5CCFA8DC3FA8A06E7EFFC6AFEC4468D2CE1BE473D40D577C79381D
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.0675_x86.zip"
file64 = "$toolsDir\gvim_9.1.0675_x64.zip"
file = "$toolsDir\gvim_9.1.0678_x86.zip"
file64 = "$toolsDir\gvim_9.1.0678_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.0675</version>
<version>9.1.0678</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 a0dc441

Please sign in to comment.