Skip to content

Commit

Permalink
AU: 5 updated - cmake cmake.install cmake.portable julia vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 26, 2022
1 parent bef09a2 commit cfbd6bb
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.4",
"3.23": "3.23.1"
"3.23": "3.23.2"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.23.1</version>
<version>3.23.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-x86_64.msi>
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: 5BB01D27DC665AAC5DDBDB24EEBFB2146601E150884B2B1540D39CEB61875F3F
checksum64: 34A1AF1470D7FDEB3B510AAAFBCD4D6B6F10CEC70BA0495D73545FED1986D230
checksum32: B575D5DCF6480E150ADA98BDD01B70F7355AF2A21CCD8A901A0221F89CDE3C8F
checksum64: DF80DF25B197431EF8EF6E46D6CC522E28B8790E13F19AEA9F78AA3E22F00174

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.23.1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.23.1-windows-x86_64.msi"
file = "$toolsPath\cmake-3.23.2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.23.2-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.4",
"3.23": "3.23.1"
"3.23": "3.23.2"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.23.1</version>
<version>3.23.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-windows-x86_64.zip>
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: DB5860CBE101A1029676F62E158ED2F25390D52DDD47199AE53EA11FE0374908
checksum64: 9B509CC4EB7191DC128CFA3F2170036F9CBC7D9D5F93FF7FAFC5B2D77B3B40DC
checksum32: 6A4FCD6A2315B93CB23C93507EFCCACC30C449C2BF98F14D6032BB226C582E07
checksum64: 2329387F3166B84C25091C86389FB891193967740C9BCF01E7F6D3306F7FFDA0

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.23.1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.23.1-windows-x86_64.zip"
file = "$toolsPath\cmake-3.23.2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.23.2-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.4",
"3.23": "3.23.1"
"3.23": "3.23.2"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.23.1</version>
<version>3.23.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.23.1]" />
<dependency id="cmake.install" version="[3.23.2]" />
</dependencies>
</metadata>
<files />
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.7.2</version>
<version>1.7.3</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.7.2</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.7.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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.7/julia-1.7.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.7/julia-1.7.2-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.7/julia-1.7.3-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.7/julia-1.7.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: 0A16FE4407A0C0F70657BBF01851057EB2AB1F76B25353A870C270E3EBF9FAA2
checksum64: BEDE21E00130C2DCB6973A968B7ED43C35D69712008A95BB08D5536D3C9E2585
checksum32: 71999DF72F1886CA9E0240C17FF01C69769979B5CEC0A472C8E07EF7266D5303
checksum64: EF5915EAF35BB71359072E8C41F84FA73F1059FECB198E7FC838270D4BA5BBAE

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.7.2-win32.exe"
file64 = "$toolsDir\julia-1.7.2-win64.exe"
file = "$toolsDir\julia-1.7.3-win32.exe"
file64 = "$toolsDir\julia-1.7.3-win64.exe"

softwareName = 'Julia*'

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

Install-ChocolateyInstallPackage @packageArgs

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.5014/gvim_8.2.5014_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5014/gvim_8.2.5014_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5018/gvim_8.2.5018_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5018/gvim_8.2.5018_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: 2DCEABDE1FBEA22A65A3FC498F885B1B47AE64B0A94A1B38D04D65EA6AA6585B
checksum64: D24C759EA3B65FBA767B7CAE7BAC3444B3307F1A718CA2D455045AEBA311EAC4
checksum32: 58852CC0B056B4924540A287244DAEC75EB26540BDEA9468D53BEC1F467B4726
checksum64: DF44B4DC33AD84F0669DA189469DEEE5535AD5D4945D9A0A889E5EEEFB913A9D
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.5014_x86.zip"
file64 = "$toolsDir\gvim_8.2.5014_x64.zip"
file = "$toolsDir\gvim_8.2.5018_x86.zip"
file64 = "$toolsDir\gvim_8.2.5018_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.5014</version>
<version>8.2.5018</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 cfbd6bb

Please sign in to comment.