Skip to content

Commit

Permalink
AU: 4 updated - dropbox python python3 sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 5, 2019
1 parent e26811b commit 48cc9cc
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "74.3.110-beta",
"stable": "73.4.118"
"beta": "75.3.114-beta",
"stable": "74.4.115"
}
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>74.3.110-beta</version>
<version>74.4.115</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 @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '74.3.110'
$version = '74.4.115'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2074.3.110%20Offline%20Installer.exe'
checksum = '4d4592a4cf6febcd69b9e5a7d0166998645e23f45370cff7b1deed54ebe92be7'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2074.4.115%20Offline%20Installer.exe'
checksum = '30ddf1f8e2f57c09c35977fb8af323d5de4c89391d1e76084e7dd26225e09590'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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,5 +7,5 @@
"3.5": "3.5.4",
"3.6": "3.6.8",
"3.7": "3.7.3",
"3.8": "3.8.0-a4"
"3.8": "3.8.0-b1"
}
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.8.0-a4</version>
<version>3.8.0-b1</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<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.8.0-a4]" />
<dependency id="python3" version="[3.8.0-b1]" />
</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.8.0/python-3.8.0a4.exe
x64: https://www.python.org/ftp/python/3.8.0/python-3.8.0a4-amd64.exe
x32: https://www.python.org/ftp/python/3.8.0/python-3.8.0b1.exe
x64: https://www.python.org/ftp/python/3.8.0/python-3.8.0b1-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: B2FEDCA56333A6D72A79C5DC7F2551C2842D3898A12C70B0115B8751DF4A4677
checksum64: 843D05998884957B4836E111C40CD8B554ED909F67F064B911976526E71890B1
checksum32: BED97F3F3B7ED179D7072BF263618FC5CAC3D8F8584D1A8FEBA993D2E8B5A82E
checksum64: 772F24BF937B6F08A3FDC5155F4C43CC3D40F247C0C951C63FD3820409446941

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,5 +7,5 @@
"3.5": "3.5.4",
"3.6": "3.6.8-rc1",
"3.7": "3.7.3",
"3.8": "3.8.0-a4"
"3.8": "3.8.0-b1"
}
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.8.0-a4</version>
<version>3.8.0-b1</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/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if ( $pp.InstallDir ) {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.8.0a4.exe"
file64 = "$toolsPath\python-3.8.0a4-amd64.exe"
file = "$toolsPath\python-3.8.0b1.exe"
file64 = "$toolsPath\python-3.8.0b1-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png" width="48" height="48"/> [sysinternals](https://chocolatey.org/packages/sysinternals)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png" width="48" height="48"/> [sysinternals](https://chocolatey.org/packages/sysinternals)


The Sysinternals Troubleshooting Utilities have been rolled up into a single suite of tools.
Expand Down
6 changes: 3 additions & 3 deletions automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2019.4.23</version>
<version>2019.6.5</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand All @@ -27,11 +27,11 @@ Example: `choco install sysinternals --params "/InstallDir:C:\your\install\path"
]]></description>
<projectUrl>http://technet.microsoft.com/en-us/sysinternals/bb842062</projectUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/sysinternals</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/sysinternals</packageSourceUrl>
<tags>sysinternals troubleshooting pstools psexec file disk utilities freeware cli tools portable</tags>
<licenseUrl>http://technet.microsoft.com/en-us/sysinternals/bb469936</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a042fbe6c07391d0c2da13f638b1fdde474850f/icons/sysinternals.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '8ad0f7fe1a83c42caf8b8d7a36c8be173dd3a127d7f39acced38a3cc9836bb70'
checksum = 'b4444e0bc283438be32b95f5bbf45b48ba30d441a15bfcfa37215439ca3766f1'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit 48cc9cc

Please sign in to comment.