Skip to content

Commit

Permalink
AU: 4 updated - chromium tortoisesvn vim voicebot
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 10, 2024
1 parent 4e29f44 commit 2304fa6
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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": "133.0.6887.0-snapshots",
"snapshots": "133.0.6888.0-snapshots",
"stable": "131.0.6778.109"
}
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>133.0.6887.0-snapshots</version>
<version>133.0.6888.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/1393496/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1393869/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: 785AA0190F628713DA5534C2864E03C571353ECBAB4DB3542EB147436904507D
checksum64: 0D7103F1D28BC00656B5124726A3AE0DA15D7A32F3A03C96A795FEEE04D74C75

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 = '133.0.6887.0-snapshots'
$version = '133.0.6888.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/1393494/mini_installer.exe'
checksum = '2E222EEB84DD4A31226B5DD1948C9BA11810E15A3A83BAF8650FA29B29BE6131'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1393866/mini_installer.exe'
checksum = 'EC0A39E13742305771BD08C7AEDAC9172F13AA22C8FF50E16A128FD234983B91'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
8 changes: 4 additions & 4 deletions automatic/tortoisesvn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://sourceforge.net/projects/tortoisesvn/files/1.14.8/Application/TortoiseSVN-1.14.8.29723-win32-svn-1.14.4.msi/download>
64-Bit: <https://sourceforge.net/projects/tortoisesvn/files/1.14.8/Application/TortoiseSVN-1.14.8.29723-x64-svn-1.14.4.msi/download>
32-Bit: <https://sourceforge.net/projects/tortoisesvn/files/1.14.9/Application/TortoiseSVN-1.14.9.29743-win32-svn-1.14.5.msi/download>
64-Bit: <https://sourceforge.net/projects/tortoisesvn/files/1.14.9/Application/TortoiseSVN-1.14.9.29743-x64-svn-1.14.5.msi/download>
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: 91A48F1C419752CEDC21525FDE295FAF1ECC88E8C25C3E4A6C9254952433D08D
checksum64: CC4AEAE4CFE958F330A16AFC2967AB583A8FC63166DF508DBC6BDB198339DADF
checksum32: BEAB43BB0DBCAA6230473E755AC63916463EA3B2872FE5B42C76F18AD75CEF55
checksum64: 244F3D754212FF65D057A1A02F99DD59F8B4C7EA4E4DD33EAE8FB9B52895EEC2

File 'LICENSE.txt' is obtained from <https://sourceforge.net/p/tortoisesvn/code/23615/tree/trunk/src/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/tortoisesvn/tortoisesvn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tortoisesvn</id>
<title>TortoiseSVN</title>
<version>1.14.8.29723</version>
<version>1.14.9.29743</version>
<authors>TortoiseSVN Team</authors>
<owners>chocolatey-community, dtgm</owners>
<summary>Subversion® source control management client implemented as File Explorer shell extension</summary>
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.0915/gvim_9.1.0915_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0915/gvim_9.1.0915_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0917/gvim_9.1.0917_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0917/gvim_9.1.0917_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: AF3DC6F88FCEFE99A7D8CFC094A585C3D42F9F72BB8471C94C3BBD0D88AF7810
checksum64: 3821D55B4777C01A8BB57E7FFA09850C974F79A0ACFE8D997F6BB7C6B4EB0176
checksum32: 63E195BB24BECC33A2AF491955E1A7E564F4376C1421BDE949A2194836258FC1
checksum64: 4ED32C488CB847C5F7B6AC268FC2841BB8F77632BA2A03E5E3811366974DC09C
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.0915_x86.zip"
file64 = "$toolsDir\gvim_9.1.0915_x64.zip"
file = "$toolsDir\gvim_9.1.0917_x86.zip"
file64 = "$toolsDir\gvim_9.1.0917_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.0915</version>
<version>9.1.0917</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
4 changes: 2 additions & 2 deletions automatic/voicebot/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'VoiceBot'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.9.6.exe'
checksum = 'd48212f8c72999b0d9525773823f62eaa8605718c90655fa3b518167e13e23d8'
url = 'https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.9.7.exe'
checksum = '892dba6f78eac82d2e23932e5d7719509c83e0b027a35e339d03d5ec11541d6b'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /LAUNCHAFTER=0'
Expand Down
2 changes: 1 addition & 1 deletion automatic/voicebot/voicebot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>voicebot</id>
<version>3.9.6</version>
<version>3.9.7</version>
<title>VoiceBot</title>
<authors>Binary Fortress Software</authors>
<projectUrl>https://www.voicebot.net</projectUrl>
Expand Down

0 comments on commit 2304fa6

Please sign in to comment.