Skip to content

Commit

Permalink
AU: 4 updated - mp3tag Opera vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 13, 2022
1 parent d0e46e1 commit 69e1a8d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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/mp3tagv316setup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv316-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv316asetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv316a-x64-setup.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: 0C98FD97FD0FD808DC294CF0FBDEE2BCAE96B45AB8A832F2FD8E7D1435B34D95
checksum64: 9BF5D267AA8D8F82A6CFA282A1AE74CBE828BD0B2DD8FDAA8E215B44DAEB1620
checksum32: EA16F848C012B96B3A0B319610030D54467859B059B3E0FC8E69626536EA0186
checksum64: 8EFBE4BB6520620516991EA619A44CE2AF5483E10536F9E010D21722F9B9E48D

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.16</version>
<version>3.16.1-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv316setup.exe"
file64 = "$toolsPath\mp3tagv316-x64-setup.exe"
file = "$toolsPath\mp3tagv316asetup.exe"
file64 = "$toolsPath\mp3tagv316a-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>88.0.4412.27</version>
<version>88.0.4412.40</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-88/#b4412.27</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-88/#b4412.40</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.27/win/Opera_88.0.4412.27_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.27/win/Opera_88.0.4412.27_Setup_x64.exe'
checksum = 'dbf99ffeed97321982f1bd45d2b0efd0fc53cc4f9d8d9e0da6c724b24fc08761'
checksum64 = '2ce52a1fda018c8748a234e77a6a8f64306078b547bb3fadabc50d8f59624394'
url = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.40/win/Opera_88.0.4412.40_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.40/win/Opera_88.0.4412.40_Setup_x64.exe'
checksum = '2bba1fcaafb0b33c34b1c061729e0afe7012cf6964a3704b69e65471757fe6f7'
checksum64 = 'e167c1c75676f822c10b58fde36baf6ac2970700ee6640470903ea32d68628b9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '88.0.4412.27'
$version = '88.0.4412.40'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/ab6ba241145bb81c8bc0f323453bbec45fd66109/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/ab6ba241145bb81c8bc0f323453bbec45fd66109/VSCodeSetup-x64-1.69.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/53130238b422606ffcd616126fb8c6c81c6e4436/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/53130238b422606ffcd616126fb8c6c81c6e4436/VSCodeSetup-x64-1.69.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '9682d8dab0b87d4a29a47b4d18c3c9928de3010d7ce71ec4277a66ef6503c9d6094a2821bff92b5e7492cdff0536c8ffd2c2c4a5817bb7300a03e88184664671'
checksum = 'bc3964acaf99de9fdc284e77af3ad09a28edb50c5b65a05a3071f16b141705a99137aae945bd7a6c65797f3ba029ed3cafbc69ae6b126690d44d1aa2d6cdab59'
checksumType = 'sha512'
checksum64 = 'c3ddd49e9e08d344035201b276246ba51fb0ad71c1db73d8ebb579b78dfe0c06b9d309f1e3f7b05d5b8fb0b623857589b1a5780802b2ad36547fdcd98c3a3470'
checksum64 = '9b933608d302f495b8322c41499121e1b913c2beeba18d9f9da92bf728b9ff70071985b3471bffcc87c0cbdcd6ee759dcea2fcde509e235a31de8def16504e6b'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.69.0.20220610</version>
<version>1.69.0.20220613</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
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.69.0.20220610</version>
<version>1.69.0.20220613</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.69.0.20220610]" />
<dependency id="vscode-insiders.install" version="[1.69.0.20220613]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 69e1a8d

Please sign in to comment.