Skip to content

Commit

Permalink
AU: 3 updated - chromium dropbox julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 24, 2020
1 parent 02e332a commit 8b37b43
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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": "87.0.4273.0-snapshots",
"snapshots": "87.0.4274.0-snapshots",
"stable": "85.0.4183.121"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>85.0.4183.121</version>
<title>Chromium</title>
<version>87.0.4274.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v85.0.4183.121-r782793/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v85.0.4183.121-r782793/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/810070/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/810077/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: 4EBFE10BB78C1BD922F94671B0C475BBE44ED34417A22166BDE18070CC87CDFD
checksum64: 1C9034C380E46843D5E372386110FD363D45AA010A37C3AD36F462993C1F6D0D
checksum32: A511DF4E4875648C0478BED7833593DDD6D51E77A194AEA6F08F60880ECDDFDD
checksum64: 4B59EAB52768B6022542033B5B20E97757556D1183FA35E9C9084E9C3C71A149

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 = "85.0.4183.121"
$version = "87.0.4274.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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": "106.3.355-beta",
"beta": "107.3.412-beta",
"stable": "106.4.368"
}
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>106.4.368</version>
<version>107.3.412-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,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 = '106.4.368'
$version = '107.3.412'

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://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20106.4.368%20Offline%20Installer.exe'
checksum = '7151af4c4956203c2e4744345b3a65fc420ce9df0cafd2968ee4da67d6606a53'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20107.3.412%20Offline%20Installer.exe'
checksum = '2667b1e3a7972f3a49b5bb3db43096edf75121a0752d1e5c7c7bcd00c4434018'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/julia/julia.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>julia</id>
<version>1.5.1</version>
<version>1.5.2</version>
<title>Julia programming language</title>
<authors>Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors</authors>
<owners>chocolatey-community, FlorianRappl, drel</owners>
<licenseUrl>https://github.com/JuliaLang/julia/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://julialang.org</projectUrl>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.5.1</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.5.2</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/julia</packageSourceUrl>
<projectSourceUrl>https://github.com/JuliaLang/julia</projectSourceUrl>
<docsUrl>http://docs.julialang.org/</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/julia/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Julia download page on <https://juli
and can be verified like this:

1. Download the following:
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.1-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.1-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.2-win64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9E3CEDFCEB13A512211E616FA0EABE925351B5FC2F8836DF8C46B43F7048BF19
checksum64: 965C1C5EE79602E28D7CFF6A0F82473D7345DB42914DE48CF70973660EE0F11D
checksum32: 2473A2A86B0EDAA0247E392C8DDB51EAA693690577537191AC47D4BCC84553DD
checksum64: A49C9C2C42B8D6486E86151B4ADA79948266F63D5D9039422DEDB8C983B92E10

File 'LICENSE.txt' is obtained from <https://github.com/JuliaLang/julia/blob/master/LICENSE.md>
6 changes: 3 additions & 3 deletions automatic/julia/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\julia-1.5.1-win32.exe"
file64 = "$toolsDir\julia-1.5.1-win64.exe"
file = "$toolsDir\julia-1.5.2-win32.exe"
file64 = "$toolsDir\julia-1.5.2-win64.exe"

softwareName = 'Julia*'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
$packageVersion = "1.5.1"
$packageVersion = "1.5.2"

Install-ChocolateyInstallPackage @packageArgs

Expand Down

0 comments on commit 8b37b43

Please sign in to comment.