Skip to content

Commit

Permalink
AU: 2 updated - julia vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 15, 2021
1 parent 8b9fabe commit 8e2acc3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions automatic/julia/julia.nuspec
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>julia</id>
<version>1.6.1</version>
<version>1.6.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.6.1</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.6.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
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.6/julia-1.6.1-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.6/julia-1.6.1-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.6/julia-1.6.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: B33CCA420FFEE56DD1C2D7D53E2BE58EB2C7A4DE7AB90329E59FF9D7004E9935
checksum64: 953A7715CD0A0EED1FDAEE1F2C2886B9581DA89F56675B79CF095672FCDC8D6B
checksum32: 7CE362630EBCA4C44A45592873E8347DAE2B372D77DC7D64DF97D8D98E53502A
checksum64: 380115D80E2F0BEBE1885B80F67CF9330B659722F50608495962AB3A00E02977

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
Expand Up @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\julia-1.6.1-win32.exe"
file64 = "$toolsDir\julia-1.6.1-win64.exe"
file = "$toolsDir\julia-1.6.2-win32.exe"
file64 = "$toolsDir\julia-1.6.2-win64.exe"

softwareName = 'Julia*'

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

Install-ChocolateyInstallPackage @packageArgs

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3159/gvim_8.2.3159_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3159/gvim_8.2.3159_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3161/gvim_8.2.3161_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3161/gvim_8.2.3161_x64.zip>
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: F29505B6FEACEBBCB25AB261CE5C763952EE0F63AFF657D593A1301B088EDE74
checksum64: AC0F8DC0278075D74FAC090A24546EA1C849D57DC776DD567298B1DF1F8BF7E2
checksum32: AC774D26E911E21A6FCDAC024DC5234317AD46E0499F096A57460CB0334B7547
checksum64: C11E32F67A9A4AFAC494D2E6288D78DA943D98F4F67D9690CE821164CDCE908C
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3159_x86.zip"
file64 = "$toolsDir\gvim_8.2.3159_x64.zip"
file = "$toolsDir\gvim_8.2.3161_x86.zip"
file64 = "$toolsDir\gvim_8.2.3161_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3159</version>
<version>8.2.3161</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 8e2acc3

Please sign in to comment.