Skip to content

Commit

Permalink
AU: 3 updated - chromium julia webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 20, 2018
1 parent 1fb6aae commit aa8ad50
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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": "73.0.3644.0-snapshots",
"snapshots": "73.0.3647.0-snapshots",
"stable": "71.0.3578.98"
}
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>73.0.3644.0-snapshots</version>
<version>73.0.3647.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
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://storage.googleapis.com/chromium-browser-snapshots/Win/617139/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/617135/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/618160/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/618156/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: 21FE5B8EE213594A8BE6C66AC70CAC72668B17325C5EB662BB935DFFEFE314E5
checksum64: 7C503CCF539E8421CF37125AEAD85F2E2CC37E47FF5CAC2B86EE179D016532D5
checksum32: CC853F895CDC121260ED43B847F10DCFED6BC74ECB3D70FCE05B1D32B715EE50
checksum64: CBD16E5A37C9094322E2F0F232F3CCBD77DC7AD58FC246AF348DDF5F11F912ED

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 = "73.0.3644.0-snapshots"
$version = "73.0.3647.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.0.2</version>
<version>1.0.3</version>
<title>Julia programming language</title>
<authors>Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors</authors>
<owners>chocolatey, 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.0.2</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.0.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/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.0/julia-1.0.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0.2-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.0/julia-1.0.3-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0.3-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: 359CD3E28C57883993BB651D7E4F31E38F79395DB92DC77394F1BA8F4CB98B1E
checksum64: E7214B93184075CAC20EC3A478BBE0FB4B7D9358F604E9F32768C2FD2F031877
checksum32: 71B8DA56F2FA09671C10ABDD91F8F26B2BDFE77D486156712AD2EE5481BECBAB
checksum64: E62D2755E38DCD100A76BB88B895E3CA3FDE586B6BF4B38EA6E801D9B8066CE2

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

softwareName = 'Julia*'

Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.1.exe'
checksum = 'f5c00a6f1a73982d03bffc88f31d4447f9f57e34bda03904eaeb1c72e579857d'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.2.exe'
checksum = 'efd0a704c760474539d5759c026c81b6744ee1994b289986f0232a98f6987ad4'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2018.3.1</version>
<version>2018.3.2</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit aa8ad50

Please sign in to comment.