Skip to content

Commit

Permalink
AU: 6 updated - chromium mixxx tor-browser vim vscode-insiders vscode…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 21, 2021
1 parent 8f246f8 commit 0765c85
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "95.0.4616.0-snapshots",
"snapshots": "95.0.4617.0-snapshots",
"stable": "92.0.4515.159"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>95.0.4616.0-snapshots</version>
<version>95.0.4617.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
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/913708/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/913697/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/913929/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/913920/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: 2086E09622B693B5A0660FE8BDACDDF8F3E2F531D8E133D4F7A948438F66B664
checksum64: 5570DA0EEB0E2A095E5D977C593BFA46756FDB1970B41590AA466AEBAD1E3BA6
checksum32: DE420CCA5BB435556D97CE86EE6BC3DF4837BB7F1CAB92BA6CE79B431E42D3D4
checksum64: 14C2D2191A2A97B5BA9BCCABA7F56DF37024441648835649BD5C4F618F26E1C8

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "95.0.4616.0-snapshots"
$version = "95.0.4617.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-769-gccef574a9e-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-772-g6ad1449af7-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 9E029BEB2A25C881C54A3603B6983AEC190F5B6C3CE70AE70D1DBF75E1DAD85C
checksum64: DE2847CF740AEAB55A91C2F8D26B7828B2880856DE5C4627E359938005A0B4AC

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-769"
"alpha": "2.4-alpha-772"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-769</version>
<version>2.4-alpha-772</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-769-gccef574a9e-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-772-g6ad1449af7-win64.msi"

softwareName = 'Mixxx *'

Expand Down
72 changes: 36 additions & 36 deletions automatic/tor-browser/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>10.5.4</version>
<version>10.5.5</version>
<title>Tor Browser Bundle</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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/v8.2.3360/gvim_8.2.3360_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3360/gvim_8.2.3360_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3361/gvim_8.2.3361_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3361/gvim_8.2.3361_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: 8F3615144AFC344E82742E44788619C8E6AFE6AF61EF6C0A1031A75FB550D5CD
checksum64: 86987833092F47004035F054CF0F4FAC8260CDF21692395F9EE27415A51162D3
checksum32: FA34C0719AE7AFAD8A6EF61FD111BF21FA75069B182B6AB0BEA73AA444FA9453
checksum64: 24AD1D1555570A8397719235F9BCDE5BBF30DB3003D39510C7695FDBE4DF574F
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3360_x86.zip"
file64 = "$toolsDir\gvim_8.2.3360_x64.zip"
file = "$toolsDir\gvim_8.2.3361_x86.zip"
file64 = "$toolsDir\gvim_8.2.3361_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3360</version>
<version>8.2.3361</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/c08913337cb8b95493be8e99d62e0b3241563f6b/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/c08913337cb8b95493be8e99d62e0b3241563f6b/VSCodeSetup-x64-1.60.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/89bbd372f459ce72e9c0b60eb3b26b924f64f62d/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/89bbd372f459ce72e9c0b60eb3b26b924f64f62d/VSCodeSetup-x64-1.60.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '0078efea8bc217adca204a6abd00374e0c5efee85842dd19235706f3565a810c6cf99b48306ec29b94745c87c6bbcfa47331236d500e4528f4502b11f3fd530a'
checksum = '18661def6014b7ddc7c3bb6d3d3456ece29a4fd015a292e4eff158587a4aaca4e42708fe503691c4c626c871c11f3750ed5289040863a6cfa875374612b9b05c'
checksumType = 'sha512'
checksum64 = '1612c8e00f201571f9d7fe1d09392f8f3bbd38cfdb75d75c89204e0afe611941d2b5d2192c32e6c676df40550464f09857234c13acea1aa26e745440cb3ecb3d'
checksum64 = '6de0c1ec4649dfc81cfb3ffb508c45bf34206555e64c9d7efc3b7163f4aca6efbd22868ebcb93420dfae422f08de66aef28aa68020b55d7e47e53c97ab4221af'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.60.0.20210819</version>
<version>1.60.0.20210820</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.60.0.20210819</version>
<version>1.60.0.20210820</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.60.0.20210819]" />
<dependency id="vscode-insiders.install" version="[1.60.0.20210820]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0765c85

Please sign in to comment.