Skip to content

Commit

Permalink
AU: 5 updated - cmake cmake.install cmake.portable smartftp vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 12, 2024
1 parent b5ecbd2 commit 9ed22e1
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 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 @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.4",
"3.29": "3.29.1"
"3.29": "3.29.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.29.1</version>
<version>3.29.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.29.1/cmake-3.29.1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.1/cmake-3.29.1-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.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: 1689034AA1D4781572A8280BE46FD3F67886C86C2EB6BA73ABA973B0D1E49E7E
checksum64: E235287B46652A901CFCE9D1F38DF8925BC7BE9315836066F9F6DA9BE6262D59
checksum32: BF0BD85EF2FD8F84973A2AB5769906B3A0FB85CBAFDEAF39D5DF89DDE3280E0C
checksum64: C8ED00635D855211F1410BDA256D9E47D864855AD33F70E236D37CEFEDBBD24B

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.29.1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.1-windows-x86_64.msi"
file = "$toolsPath\cmake-3.29.2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.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 @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.4",
"3.29": "3.29.1"
"3.29": "3.29.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.29.1</version>
<version>3.29.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.29.1/cmake-3.29.1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.1/cmake-3.29.1-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.2/cmake-3.29.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: 4C832BBD9BB7A6756B13743956B87A9AE0BA869CB2E1A139BB540E456FD919EE
checksum64: C8CF6ED50551D00AD8CD1F3B232810CD0A8B43B4A1D4F1393F0A575D423884DC
checksum32: E51B281C9DFD1498834729B33BF49FC668AD1DADBC2EABA7B693D0F7D748450D
checksum64: 86B5DE51F60A0E9D62BE4D8CA76EA467D154083D356FCC9AF1409606BE341CD8

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.1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.1-windows-x86_64.zip"
file = "$toolsPath\cmake-3.29.2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.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 @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.4",
"3.29": "3.29.1"
"3.29": "3.29.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.29.1</version>
<version>3.29.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 @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.29.1]" />
<dependency id="cmake.install" version="[3.29.2]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3216.0</version>
<version>10.0.3217.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '7e29067b5a4b3bc154621ffadb525392fd299259fa2d388a621be6cc7d4d050f'
checksum64 = 'd089ad939f28637c621fb0282605e95ee4af34346080f2ceb31f449600a81d78'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.0304/gvim_9.1.0304_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0304/gvim_9.1.0304_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0309/gvim_9.1.0309_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0309/gvim_9.1.0309_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: CE32E3855F614C24CFB85FBCA4A6846634628E86118C9921A4DAAFA6C0CCD3C7
checksum64: A20E80AF889DE1132A5B03360BC4E2BCA6759E95E7D8010909D9CBDEFB4B295D
checksum32: 8273C125120D4403421275E7CEDFBAEEB7271DC2E29D011CE2A6492114628B90
checksum64: A47A821C65C8FA5AF16207FEC366549CC366DC05F110000C0DD6BDFF3FAAEDE0
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.0304_x86.zip"
file64 = "$toolsDir\gvim_9.1.0304_x64.zip"
file = "$toolsDir\gvim_9.1.0309_x86.zip"
file64 = "$toolsDir\gvim_9.1.0309_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.0304</version>
<version>9.1.0309</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

0 comments on commit 9ed22e1

Please sign in to comment.