Skip to content

Commit

Permalink
AU: 7 updated - brave chromium Everything python python3 python313 sm…
Browse files Browse the repository at this point in the history
…artftp

[skip ci]
  • Loading branch information
Chocolatey Community committed Aug 1, 2024
1 parent 4b91d0e commit dc57591
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 41 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.68.134",
"beta": "1.69.129-beta"
"beta": "1.69.131-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.68.134</version>
<title>Brave Browser</title>
<version>1.69.131-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.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- **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>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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.68.134/BraveBrowserStandaloneSilentSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.69.131/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: 655976C86E8CBD2A85C8259D59FC5EF654B07D4666730AD497E2B49DD62E4BF4
checksum64: 3C32EEC24ED76ACACD14F74A2806C391ACE75F70DF60D87DD043F65C68DF6FA7

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 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.68.134/BraveBrowserStandaloneSilentSetup32.exe'
checksum = '3FB7468FA974AB2419A58B1E3DA53347C43A21167DAE616422865A4E07F3B28B'
url = 'https://github.com/brave/brave-browser/releases/download/v1.69.131/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '547F163BF6E0408226A9AFA8D544FD23E78219F3A574FE4721E01A0E8CDFA1B6'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.68.134'
[version]$softwareVersion = '1.69.131'

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": "129.0.6630.0-snapshots",
"snapshots": "129.0.6631.0-snapshots",
"stable": "127.0.6533.89"
}
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>129.0.6630.0-snapshots</version>
<version>129.0.6631.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/1335683/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1335932/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: 1624D3D89C5483271B9404F694B9713A6D4EA70FA904DA240CA7CFD8AE9279B1
checksum64: D863AF27527432D5B7561C9409BE71BB91FC774170A354A898DD986448601905

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 = '129.0.6630.0-snapshots'
$version = '129.0.6631.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/1335592/mini_installer.exe'
checksum = 'EEDD407AC19B77D2395AF6A6C29CB634A911262C6DF59D2C506B10917BC2CC25'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1335960/mini_installer.exe'
checksum = '821E9D3A59E357E72E9380B87D5C5726A2F1DFB589F317A4E5729846EB49CC09'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/everything/Everything.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Everything</id>
<version>1.4.11025</version>
<version>1.4.11026</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.1025.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1025.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.1026.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1026.x64-Setup.exe

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: 885DD2D65DC09C763B7DA00707F3599963F37BC985E3FE78D555F7C74D998AC3
checksum64: C2805B11F8A8991D1794A4EF4F9005C3CB896F798BE6DF56455BDFB6BD43FE4F
checksum32: BBF249AB7D4EA4B17A56D2EFFCD0DF563BF4D5CD4F6E00EBF5E74A74CA0034E2
checksum64: DAE32A49B6052F0EC70895DD4E35B2B26222F7F4C19C36D9D309033E2FB622BC

Using Chocolatey AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1025.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1026.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"3.10": "3.10.11",
"3.11": "3.11.9",
"3.12": "3.12.4",
"3.13": "3.13.0-b4"
"3.13": "3.13.0-rc1"
}
4 changes: 2 additions & 2 deletions automatic/python/python.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>python</id>
<version>3.13.0-b4</version>
<version>3.13.0-rc1</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -27,7 +27,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.13.0-b4]" />
<dependency id="python3" version="[3.13.0-rc1]" />
</dependencies>
<licenseUrl>https://docs.python.org/3.13/license.html</licenseUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/python3-streams/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ and can be verified by doing the following:

1. Go to

x32: https://www.python.org/ftp/python/3.13.0/python-3.13.0b4.exe
x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0b4-amd64.exe
x32: https://www.python.org/ftp/python/3.13.0/python-3.13.0rc1.exe
x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0rc1-amd64.exe

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: A2DB274961E4AA793257A7A989AA6493179C23B43A3AB1D9261C3CDE141CDB85
checksum64: 73961519DC208C1006E75B9E5469826662A6F494BBDF080A2181C70FB6C30DC0
checksum32: 1591A7FE3A625E6274BEA580FA218AD9C27EAFAA2CC3051837AEC1A6F94455D4
checksum64: 3E0790DF0FC619DE69CC3B48450BA8AE1A965F68B7CAC7252D71BF967AFCECAC

The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive <https://docs.python.org/3.13/archives/python-3.13.0b4-docs-text.zip>
The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive <https://www.python.org/ftp/python/doc/3.13.0rc1/python-3.13.0rc1-docs-text.zip>
and can also be found at <https://docs.python.org/3.13/license.html>.
2 changes: 1 addition & 1 deletion automatic/python3-streams/python3-streams.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.13": "3.13.0-b4"
"3.13": "3.13.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/python3-streams/python3-streams.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>python313</id>
<version>3.13.0-b4</version>
<version>3.13.0-rc1</version>
<title>Python 3.13</title>
<owners>chocolatey-community,jack1142</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3-streams/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Install-Python {
$packageArgs = @{
packageName = 'python313'
fileType = 'exe'
file = "$toolsPath\python-3.13.0b4.exe"
file = "$toolsPath\python-3.13.0rc1.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
}
Expand All @@ -48,7 +48,7 @@ function Install-Python {
$packageArgs['softwareName'] = "Python 3.$minor_version.*"

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.13.0b4-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.13.0rc1-amd64.exe"
}
else {
$packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])"
Expand Down
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"3.10": "3.10.11",
"3.11": "3.11.9",
"3.12": "3.12.4",
"3.13": "3.13.0-b4"
"3.13": "3.13.0-rc1"
}
4 changes: 2 additions & 2 deletions automatic/python3/python3.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>python3</id>
<version>3.13.0-b4</version>
<version>3.13.0-rc1</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -29,7 +29,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python313" version="[3.13.0-b4]" />
<dependency id="python313" version="[3.13.0-rc1]" />
</dependencies>
</metadata>
<files></files>
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.3238.0</version>
<version>10.0.3239.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 = 'de9662f1c1ddfb0b018fbf41a4f2c3c39b26c1df8c2b57bbe593278359e958d7'
checksum64 = '6b83ce9c47af3ed8848705078c2e6849c7592d1e0f6de7244502f4ad0ca53f3b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit dc57591

Please sign in to comment.