Skip to content

Commit

Permalink
AU: 5 updated - composer dropbox Opera python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 9, 2020
1 parent 84eceb5 commit 62ac03b
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions automatic/composer/composer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>composer</id>
<title>Composer Setup</title>
<version>6.0.0</version>
<version>6.1.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/composer</packageSourceUrl>
<owners>chocolatey, John Stevenson</owners>
<authors>Nils Adermann, Jordi Boggiano and community contributors</authors>
Expand Down Expand Up @@ -44,7 +44,7 @@ This package has a dependency on the Chocolatey PHP package. If this is not foun
If you encounter any problems with the installation, you can run it interactively using the `--notsilent` option.
]]></description>
<releaseNotes>https://github.com/composer/windows-setup/releases/tag/v6.0.0</releaseNotes>
<releaseNotes>https://github.com/composer/windows-setup/releases/tag/v6.1.0</releaseNotes>
<dependencies>
<dependency id="php" version="5.5.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/composer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The installer can also be verified like this:

1. Download the installer from:

x32: https://github.com/composer/windows-setup/releases/download/v6.0.0/Composer-Setup.6.0.0.exe
x32: https://github.com/composer/windows-setup/releases/download/v6.1.0/Composer-Setup.6.1.0.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 1B9C96E00CCBEEF5CA00A6C08765C9D5B0F94D7B37AE746441DF779D4B676809
checksum32: F3FE32CCCDF21E0E58DAF505823D2B9426AF6A4F754318217F9E6E23744AF781
checksum type: sha256


Expand Down
4 changes: 2 additions & 2 deletions automatic/composer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$fileName = 'Composer-Setup.6.0.0.exe'
$fileName = 'Composer-Setup.6.1.0.exe'

$packageArgs = @{
packageName = 'composer'
fileType = 'exe'
file = Get-Item $toolsPath\$fileName
checksum = '1B9C96E00CCBEEF5CA00A6C08765C9D5B0F94D7B37AE746441DF779D4B676809'
checksum = 'F3FE32CCCDF21E0E58DAF505823D2B9426AF6A4F754318217F9E6E23744AF781'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
softwareName = 'composer*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "105.3.638-beta",
"stable": "104.4.175"
"stable": "105.4.649"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>105.3.638-beta</version>
<version>105.4.649</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '105.3.638'
$version = '105.4.649'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20105.3.638%20Offline%20Installer.exe'
checksum = '2ce71231a69cc9768970c3fcfcae37cad92d5053c292dee4cb2f638ae6aef8c5'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20105.4.649%20Offline%20Installer.exe'
checksum = '377941ca0fb6c61aac9b517639f89254711c096b46903b005c443f095351ecb4'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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>70.0.3728.154</version>
<version>70.0.3728.178</version>
<title>Opera</title>
<owners>chocolatey</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-70/#b3728.154</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-70/#b3728.178</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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/70.0.3728.154/win/Opera_70.0.3728.154_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.154/win/Opera_70.0.3728.154_Setup_x64.exe'
checksum = '5e90e6a01f5dedb5c47dc9ca777e64024b1e5a37c04eacd9b9fb20113024ee3f'
checksum64 = '4ead9afa64e1e9de5d0b114104a3cfc6ba2565482f83cd9a0217b777815b53fb'
url = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.178/win/Opera_70.0.3728.178_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.178/win/Opera_70.0.3728.178_Setup_x64.exe'
checksum = '61d715235d1c20b6906c7d6808911f252fd2e502ef5feef10988428963a9ee03'
checksum64 = '874856d1976d920dc48cf6bfbe7fceb01a4629a3e3b4f01823dfbd06ecf890af'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '70.0.3728.154'
$version = '70.0.3728.178'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8.20200110",
"3.7": "3.7.9",
"3.8": "3.8.5.20200721",
"3.8": "3.8.6-rc1",
"3.9": "3.9.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.7.9</version>
<version>3.8.6-rc1</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.7.9]" />
<dependency id="python3" version="[3.8.6-rc1]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe
x64: https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe
x32: https://www.python.org/ftp/python/3.8.6/python-3.8.6rc1.exe
x64: https://www.python.org/ftp/python/3.8.6/python-3.8.6rc1-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: 769BB7C74AD1DF6D7D74071CC16A984FF6182E4016E11B8949B93DB487977220
checksum64: E69ED52AFB5A722E5C56F6C21D594E85C17CB29F12F18BB69751CF1714E0F987
checksum32: 717FF0B404C1E621438E8E6FF632077664E703543B33B91D46A4815DFE161EE1
checksum64: CAB44B6115D82741BD6BBCAB3BD97B49F867DBC9F9D9CEA137C17EBCDDE46A6F

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8-rc1",
"3.7": "3.7.9",
"3.8": "3.8.5.20200721",
"3.8": "3.8.6-rc1",
"3.9": "3.9.0-rc1"
}
2 changes: 1 addition & 1 deletion 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.7.9</version>
<version>3.8.6-rc1</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.7.9.exe"
file = "$toolsPath\python-3.8.6rc1.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.7.9-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.8.6rc1-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down

0 comments on commit 62ac03b

Please sign in to comment.