Skip to content

Commit

Permalink
AU: 8 updated - brave chromium palemoon vscode-insiders vscode-inside…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 10, 2024
1 parent a927d35 commit 5cccb57
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.69.162",
"beta": "1.70.101-beta"
"beta": "1.70.107-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.70.101-beta</version>
<version>1.70.107-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.70.101/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.70.107/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 7809BCD7E22AF409934096AF4D92870397E6A7AB54AA243A81A8E284EE608608
checksum64: 7B4DCD92FC5840A2A2B49AD7CC88907CD3C5BCB25D0E13B7C4F15084FA51D838

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.70.101/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'B51B9834022974C12DBF7965FD80B3DE7F9B8910AC82B4929A9F66D3C6BCDA0D'
url = 'https://github.com/brave/brave-browser/releases/download/v1.70.107/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '86AC319A3A959E6687F75AD21E2E3D146389BD29E9E0F27C2A298FBCB04A960C'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.70.101'
[version]$softwareVersion = '1.70.107'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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": "130.0.6708.0-snapshots",
"snapshots": "130.0.6710.0-snapshots",
"stable": "128.0.6613.120"
}
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>130.0.6708.0-snapshots</version>
<version>130.0.6710.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1352599/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1353243/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
checksum64: F36006506BCD72B0110864F36047451BB35F8D198F0EEFE9D6DC242E5BBCA620
checksum64: FDAE13BAEEFDEB7DEF366391036A13E92AD9C8F2B0ED6BC55CFC5A3940B7D0C1

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '130.0.6708.0-snapshots'
$version = '130.0.6710.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1352643/mini_installer.exe'
checksum = '6EDA01B391C350FB44765D2A01030C9FDCA58F03C9E905FEBB2972793E63D9A5'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1353241/mini_installer.exe'
checksum = 'C848A5E57FA90543F3165789033D44E95E4C2B9FDAA34DA36CC2BA3B088FC45F'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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>33.3.0</version>
<version>33.3.1</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-33.3.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.3.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.3.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.3.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'eae4e69e1fec5831e70cdf24e28039071a6337b6bf6b36b5be3f1697ca2ba6ea'
checksum = '4eda184caf1534bd7fcd6122daa99ef5b0fe70692279cd0bc773e790e8a0fc52'
checksumType = 'sha256'
checksum64 = '6e34125dc22439a7480d17cb3c21c2b4b0213d11883869c950e3f699391b1469'
checksum64 = 'e460c747fa6c0106289815df00519e81d079a65f3d3c547544e331b97188052a'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/dc9412125d4e0a480593962ae2687e74e64af728/VSCodeSetup-x64-1.94.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/8b7eb51f54d7e1492d9baf70454ab6547a4ff9df/VSCodeSetup-x64-1.94.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '64a6fd5bfa96eb1c8fc93f43ff5c5d800141d15d6b97429e1c47539d64d6f5f94d5bc9780a5d13ba38f1b9208d394dbfa518b550c0d88e31ef22aff2e70f7140'
checksum64 = 'd0dc754f779cc6c8da1874487fb824f5d58e44c85a6dfa3f8101bbdf38b9893139504b267d98fb909a87f28f82d2974c1dddd9288c052b3ed5a2b42210b9d108'
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.94.0.20240909</version>
<version>1.94.0.20240910</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.94.0.20240909</version>
<version>1.94.0.20240910</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.94.0.20240909]" />
<dependency id="vscode-insiders.install" version="[1.94.0.20240910]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.3.4/WinSCP-6.3.4-Setup.exe/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.3.5/WinSCP-6.3.5-Setup.exe/download

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'

checksum32: D83E32F949F717E51E1A88A33F8EA23CBC0A4320BFF51F53E0859BCCA628CCF0
checksum32: 49E17CE8B1DF637A71DFAC483E9FEF72F6747E4235CCE3871A1BB3F3A1371127

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
4 changes: 2 additions & 2 deletions automatic/winscp.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'winscp'
fileType = 'exe'
file = "$toolsPath\WinSCP-6.3.4-Setup.exe"
file64 = "$toolsPath\WinSCP-6.3.4-Setup.exe"
file = "$toolsPath\WinSCP-6.3.5-Setup.exe"
file64 = "$toolsPath\WinSCP-6.3.5-Setup.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/winscp.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.install</id>
<version>6.3.4</version>
<version>6.3.5</version>
<title>WinSCP (Install)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -36,7 +36,7 @@
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-6.3.4-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-6.3.5-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.3.4/WinSCP-6.3.4-Portable.zip/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/6.3.5/WinSCP-6.3.5-Portable.zip/download

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'

checksum32: 0F7E564AC10FACB04012693F4D62970E31CC09DEC67B9D1AA37FF56E9BFCFB6F
checksum32: 40F146ECB39194B5DB53CA4A58098818D3893F0FE5FA6C80DEC3681F61DCD592

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
Binary file modified automatic/winscp.portable/tools/WinSCP.com
Binary file not shown.
4 changes: 2 additions & 2 deletions automatic/winscp.portable/winscp.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.portable</id>
<version>6.3.4</version>
<version>6.3.5</version>
<title>WinSCP (Portable)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -36,7 +36,7 @@
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-6.3.4-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-6.3.5-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/winscp/winscp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp</id>
<version>6.3.4</version>
<version>6.3.5</version>
<title>WinSCP</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down Expand Up @@ -36,7 +36,7 @@
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-6.3.4-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-6.3.5-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand All @@ -45,7 +45,7 @@
<mailingListUrl>https://winscp.net/forum/index.php</mailingListUrl>
<bugTrackerUrl>https://winscp.net/tracker/</bugTrackerUrl>
<dependencies>
<dependency id="winscp.install" version="[6.3.4]" />
<dependency id="winscp.install" version="[6.3.5]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 5cccb57

Please sign in to comment.