Skip to content

Commit

Permalink
AU: 3 updated - audacity chromium vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 9, 2023
1 parent c29e70e commit 760dd31
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.3.2</version>
<version>3.3.3</version>
<authors>Audacity Developers</authors>
<summary>Audacity is free, open source, cross-platform software for recording and editing sounds.</summary>
<description><![CDATA[Audacity is free, open source, cross-platform software for recording and editing sounds.
Expand Down
8 changes: 4 additions & 4 deletions automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Package can be verified like this:
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.3.2/audacity-win-3.3.2-x32.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.3.2/audacity-win-3.3.2-x64.exe
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-win-3.3.3-x32.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-win-3.3.3-x64.exe

to acquire the installers.

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: F8DE2BB0324496DCBE74309797FA47B6514B1E04BC37AF2CE842F6E671E29CAD
checksum64: 9DD2F1B22BC69A85B33EA91B4184CA8AC6CA83B8ACBBB79015209B026A55EE99
checksum32: 5557DF6B8AE57FC46443F9E85A42BAC50FA37456C0757C5569E60430D0E359DC
checksum64: 379A03B37FBA8D4B71E10CB0034E303E43CB2FBFFB9AF423A7B87BE3B32BF94D

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'audacity'
fileType = 'exe'
file = "$toolsDir\audacity-win-3.3.2-x32.exe"
file64 = "$toolsDir\audacity-win-3.3.2-x64.exe"
file = "$toolsDir\audacity-win-3.3.3-x32.exe"
file64 = "$toolsDir\audacity-win-3.3.3-x64.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
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": "116.0.5820.0-snapshots",
"snapshots": "116.0.5821.0-snapshots",
"stable": "114.0.5735.91"
}
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>116.0.5820.0-snapshots</version>
<version>116.0.5821.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/1154800/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1154816/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1155058/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1155055/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: B9BB677EBE3ACD1B05DE7BD823921E5BF0C0F3139A0533CCE901EF017D08589C
checksum64: EDEDAACF027B5431BF03234CA2E0E46653B7B1E0D877073CF8B65CC0889AC454
checksum32: 4392A1C3B173644629098B2E3A5DCF5BD7A45B782DA470BC7062E938A428557B
checksum64: DCA5C182A3B79E1F6013D23E1890C147D71961D7C67D1C82F56EB2A20C99E0AA

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 = "116.0.5820.0-snapshots"
$version = "116.0.5821.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.1616/gvim_9.0.1616_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1616/gvim_9.0.1616_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1621/gvim_9.0.1621_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1621/gvim_9.0.1621_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: 0D6A6216AD52DF572F85517A92307C8BC4B35BF1B7186930D0452318946094A7
checksum64: 830D3599203D25D8164794EA6C2320DD07B56DBAD46CA815D281DFDB5C1C7BD8
checksum32: A20FB30A57698F3B9AA326E157459CC2610E14166603A1C3C251B758398BB011
checksum64: 0DCE7C4AD712419BE8FDE7AC22CB760A93EE3D4AA3762D11EEFDCD1B7F49EC3C
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.1616_x86.zip"
file64 = "$toolsDir\gvim_9.0.1616_x64.zip"
file = "$toolsDir\gvim_9.0.1621_x86.zip"
file64 = "$toolsDir\gvim_9.0.1621_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.1616</version>
<version>9.0.1621</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 760dd31

Please sign in to comment.