Skip to content

Commit

Permalink
AU: 7 updated - chromium owncloud-client palemoon smartftp spotify vs…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 16, 2023
1 parent fc6b96d commit 57e295e
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 28 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": "115.0.5772.0-snapshots",
"snapshots": "115.0.5775.0-snapshots",
"stable": "113.0.5672.64"
}
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>115.0.5772.0-snapshots</version>
<version>115.0.5775.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/1143801/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1143800/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1144569/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1144569/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: 06A751C1E16190DFEAB49589F5DB4514A205F1A67C9AD75134B3BCB611E0AE24
checksum64: 639D74CC829CC9F509C190CAD36D92CC7DA71073F2DE14FCADA9C80071185369
checksum32: C36DE487420E3D0BECBA4D8B9F8728701252A83BFB77713ED3D7A9A93E6F2529
checksum64: C1656648C97F0AA1E52D6C03879FAF7FF7B8990B4546A8DAE213069C715FE499

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 = "115.0.5772.0-snapshots"
$version = "115.0.5775.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/owncloud-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://owncloud.com/desktop-app/>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/3.2.1.10355/win/ownCloud-3.2.1.10355.x64.msi>
1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/4.0.0.10896/win/ownCloud-4.0.0.10896.x64.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
checksum: B53C82902BD2A52258783FC7EE516D5E8916346312DD77EE68868B21AD1496D3
checksum: 25451ADAAEA3639CF98DB613DB3448BFE23B7D45F938601094BADF9AE17ED235

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.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>owncloud-client</id>
<version>3.2.1.10355</version>
<version>4.0.0.10896</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey-community</owners>
<authors>ownCloud developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\ownCloud-3.2.1.10355.x64.msi"
file = "$toolsPath\ownCloud-4.0.0.10896.x64.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>32.1.1</version>
<version>32.2.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.1.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.1.1.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.2.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.2.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '127b11e55c236112eed552c79ea61da3c6307c6c105e023b75aebeac90d5e478'
checksum = '27ba42ce0b77c1d2971ccb228de3cfb119f897a9fa623b9bb297e5a5d70af046'
checksumType = 'sha256'
checksum64 = 'e4dd3b9821bfe1002f28a4977affec54f7f02809ecb637aeac1ca36a82daaed8'
checksum64 = 'fc997eec917d784666f4ef306923fdf74c5662d444c62620fabf971f6241ded5'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3103.0</version>
<version>10.0.3104.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '88bea72a8b15598f519b2f15844ff5b16a2c18d5bf5193a90ff6fdc80c2115c8'
checksum64 = '4bc4e88c457049ba707306937a39cd8a911f3b73c2301ccde35081bfd98cb05b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"641b72c1400b67be5a160c969c16c1bf"|1.2.10.760
"6d2f652dfe8001c0caf6aa246a418124"|1.2.11.916
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.2.10.760</version>
<version>1.2.11.916</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 = '1749D57228945E43C9B819DAEE207C67D9F501CBA060E1C7D2BF7694264AE4718E70D58DC053F3929F5B2263C803A5C2F9CC05FAE7780D61F46ED0813DC358D2'
checksum = '9A8FAAE6E532702AB0B79863FF1BF490EF8A3E8D5052C2082A2D1426CEF171DE22EBB895FFB6B6B2173940BBFA89B4C4702966318ACC6C5D5E53CD72AA67B39F'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
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/9084e081d4e89ed8ab67fce340d573c4e1378939/VSCodeSetup-ia32-1.79.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/9084e081d4e89ed8ab67fce340d573c4e1378939/VSCodeSetup-x64-1.79.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/9233de805c8fb05fad4d9d1c15f22fbca85430ad/VSCodeSetup-ia32-1.79.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/9233de805c8fb05fad4d9d1c15f22fbca85430ad/VSCodeSetup-x64-1.79.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '413b361ad3eb9d7cd6abbaaf4d4316a813a1d9acf14cebd3b85b1473f40a25d4acdac8c99bd4e67c1f1ebc3fb98e8f0700f9c11ee75bbc67c5b5a7e771355194'
checksum = '6205bf205aba403d45959ee7579886c2758a273b1daa1a9279f35e3f51b7bb11c4dbf0568dc53b6ff08da041c768f12e74fc49d4d7767e4046cf8d47be1a7ab4'
checksumType = 'sha512'
checksum64 = '6bf0c864d6b38f12d6e1bcce4c7f3328251e8ee5c3164af89e27d035cd28882bfb4c35a7fd24be11fdd90ac8f837d3451d65789cf24cf42a536f3c4cde1d3f1f'
checksum64 = 'd5d0e16fc8d64a233b065b7a423d30b9e5b778048edc36b31654fb7d9155acbc66970614e99d648a90e00a81bb98c1b4032121c5e4d29d01e2b7e99a56c69736'
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.79.0.20230515</version>
<version>1.79.0.20230516</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.79.0.20230515</version>
<version>1.79.0.20230516</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.79.0.20230515]" />
<dependency id="vscode-insiders.install" version="[1.79.0.20230516]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 57e295e

Please sign in to comment.