Skip to content

Commit

Permalink
AU: 3 updated - cmake.portable vim wesnoth
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 22, 2024
1 parent 8739545 commit a5f07ac
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"3.25": "3.25.3",
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.28": "3.28.4",
"3.29": "3.29.0-rc4"
}
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.29.0-rc4</version>
<version>3.28.4</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.29.0-rc4/cmake-3.29.0-rc4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc4/cmake-3.29.0-rc4-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.4/cmake-3.28.4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.4/cmake-3.28.4-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: 56CA9960D4C7AC08527E8609447FCE0AB490AEBCE6DBECBA06E3041684997CA3
checksum64: CC4D0F69CF3F6A7F6A9F5D853558D49A164D3D44AAB01BA36C80A483AA76F5AF
checksum32: 8008DFE27CD59C7550365B56F8D1F708EC2063FD807226BA0822531FAEE91EFC
checksum64: 7690887B57D3D4138DC78E88200236EEC137314047334A30E4FECDA614C5A079

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.29.0-rc4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.0-rc4-windows-x86_64.zip"
file = "$toolsPath\cmake-3.28.4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.28.4-windows-x86_64.zip"
destination = $toolsPath
}

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/v9.1.0192/gvim_9.1.0192_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0192/gvim_9.1.0192_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0196/gvim_9.1.0196_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0196/gvim_9.1.0196_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: 1747A6BD50D16B88CE43E4E95BC1CBD4224837712C24744A47101091BDC18D16
checksum64: D660EA6E34E3904AEC82A6801DEF400BAA075B5AFEB20BA19C2689885537B5F8
checksum32: 6743C3F7E33352BE756D963A41FC30288B390014C0B64A8B51DDE97E5643C957
checksum64: CCECB84CEB36C803B49516BFAF28C91E497DE75BCD38A158A3B44832C3101E8D
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_9.1.0192_x86.zip"
file64 = "$toolsDir\gvim_9.1.0192_x64.zip"
file = "$toolsDir\gvim_9.1.0196_x86.zip"
file64 = "$toolsDir\gvim_9.1.0196_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>9.1.0192</version>
<version>9.1.0196</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.26/wesnoth-1.17.26-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.18/wesnoth-1.18.0/wesnoth-1.18.0-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'c497b4daa7598e955ca26390924e4180a1aaea86f8973477cb7f95009bff114e'
checksum = '5920aaa24828ff9048f59bed49ab1ba670209333aa114a98d1643a88cfc7c7f8'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.16.11",
"stable": "1.18.0",
"beta": "1.17.26-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.17.26-beta</version>
<version>1.18.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit a5f07ac

Please sign in to comment.