Skip to content

Commit

Permalink
AU: 3 updated - brave chromium julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 31, 2019
1 parent aa84e64 commit dfc1c6e
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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.1.23",
"beta": "1.2.38-beta"
"beta": "1.3.79-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.2.38-beta</version>
<version>1.3.79-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.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.2.38/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.2.38/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.3.79/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.79/BraveBrowserSilentBetaSetup.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
checksum32: 8E31C06D9098ED97BE489F5865BB0380D0232D99A415DA95F8C5F5D0C84F0F56
checksum64: D4A9BF66ACAD35F1E1EAC568283DC606A407F876F1C94F77BD0C57A939C57F25
checksum32: F49B0BAE501A6E18D4D067BF3AF42B37582703A8808C29424A0734BF1BF1D92A
checksum64: 645DCB7ACCE108D5D2990D04A32166EACAA4FCF3299A5FF194B95C30F8A57F3C

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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": "81.0.4010.0-snapshots",
"snapshots": "81.0.4014.0-snapshots",
"stable": "75.0.3770.142"
}
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>81.0.4010.0-snapshots</version>
<version>81.0.4014.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/727553/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/727553/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/727864/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/727864/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: A47BDF3D307925CD4DD142D4DDCBBAD2362506A254BB0371AA2F3E499194FC38
checksum64: D2A144B83F773B8C0FEA4EC9620C3FBFE5C9DA70F0998B5DD4661CF754D240FC
checksum32: 205367C1B0719CB046261E6B35F7FAED0E81F646B1907DAB4F2580F7ABB76E1C
checksum64: 0C21C22CA1A159496673C5306B8218247A5E5D0D39284B38C62CEC0663B3EAC0

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 = "81.0.4010.0-snapshots"
$version = "81.0.4014.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.3.0</version>
<version>1.3.1</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.3.0</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.3.1</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.3/julia-1.3.0-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.0-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.3/julia-1.3.1-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.1-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: 4B5FF1AA717048A365318C67F1FA042443EDD1BE1B83EB52A9DD9EB0A8141364
checksum64: 35AF4B93188B2404A78026B583C7F010ECB17DF2EABB9FC32DE4737DE28F31D5
checksum32: 6F2255D7E1707AF00549F06B334D7794C4CDE5A1EB92776E31142FDF294768BE
checksum64: 8350CA66F80484C5CA6F7341FFBDB9D5182F8D4231762D585E229567B227EF7F

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.3.0-win32.exe"
file64 = "$toolsDir\julia-1.3.0-win64.exe"
file = "$toolsDir\julia-1.3.1-win32.exe"
file64 = "$toolsDir\julia-1.3.1-win64.exe"

softwareName = 'Julia*'

silentArgs = '/S'
validExitCodes= @(0)
}
$packageVersion = "1.3.0"
$packageVersion = "1.3.1"

Install-ChocolateyInstallPackage @packageArgs

Expand Down

0 comments on commit dfc1c6e

Please sign in to comment.