Skip to content

Commit

Permalink
AU: 5 updated - chromium mp3tag spotify tightvnc vscode-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 17, 2021
1 parent e369710 commit 834a208
Show file tree
Hide file tree
Showing 14 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": "96.0.4645.0-snapshots",
"snapshots": "96.0.4646.0-snapshots",
"stable": "93.0.4577.82"
}
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>96.0.4645.0-snapshots</version>
<version>96.0.4646.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/922041/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/922027/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/922446/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/922455/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: 95394666E747D5C6A72276D0813F94FCC389DB4272EC0BFD7F6D206B31BBB3AF
checksum64: 12E068A42E07C23BCABCF2900257F20C4F8F4C90A1A538D2F0ED71E81544BCB8
checksum32: 129ACA8C2DE06B889C35428B3539E43E3E76C03F84B3A0A771ADBC9BB76D1342
checksum64: ED18C3494E11D177354635F0DF8F7BF5D8A020498AEE34EF39AB82259BE5C1DB

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 = "96.0.4645.0-snapshots"
$version = "96.0.4646.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/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv308dsetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv309setup.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: 8074576E6E5CE04ADBD366E9756F104F718F725F38E246E1E5FB933447DE67F4
checksum32: BDC03368B0781B6F6D99C9E58608AC187710569D644180629E66A8CB9B9590BA

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.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>mp3tag</id>
<version>3.08.4-beta</version>
<version>3.09</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv308dsetup.exe"
file = "$toolsPath\mp3tagv309setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"795f05078c9a4be6bcc50d6cbe7763d7"|1.1.67.586
"4de5e781d26535c921304dfb22892823"|1.1.68.628
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.67.586</version>
<version>1.1.68.628</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '5E412C7387ED5F62507B1262A28BD1EA8C0BD45211FFA0C24D9FE06E98EA0667CB77BFF7C99FD019461CE82CA24721BD6424309BF4427B0ED0FC58669CF11460'
checksum = 'CB12310871E5F15BE8847C8B35D5E383DC275B3DB997865CAD03B634CBCF7F5DBB79077FEB4F2FFF3B8B60F5CF334C43E94C023678D6E46FB2A126618B48DB0A'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
8 changes: 4 additions & 4 deletions automatic/tightvnc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ location on <http://www.tightvnc.com/download.php>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-64bit.msi>
32-Bit software: <https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi>
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: 51BCAA785A7317E4A2CD5714DFE49555E086CA5594A9E205614F7F19D6D0E440
checksum64: 7E80A38C47A1457A35567F30A7EA515248CA391AE3D9DEEC48B31868AF7315B0
checksum32: 226396A4E178722DA2CF2845C200FD168D83E285802762F03124AF28369A216E
checksum64: 1BBDB73C118AA93BC205DFD259CDEAB96F79B1C492F4CD991D04398442CD3793

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
Which is linked to from the developers license page.
2 changes: 1 addition & 1 deletion automatic/tightvnc/tightvnc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tightvnc</id>
<version>2.8.59</version>
<version>2.8.63</version>
<title>TightVNC</title>
<owners>chocolatey-community</owners>
<authors>GlavSoft LLC, TightVNC Developers</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tightvnc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\tightvnc-2.8.59-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.59-gpl-setup-64bit.msi"
file = "$toolsPath\tightvnc-2.8.63-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.63-gpl-setup-64bit.msi"
softwareName = 'tightvnc*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.61.0.20210916</version>
<version>1.61.0.20210917</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.61.0.20210916]" />
<dependency id="vscode-insiders.install" version="[1.61.0.20210917]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 834a208

Please sign in to comment.