Skip to content

Commit

Permalink
AU: 4 updated - cmake cmake.portable gimp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 15, 2022
1 parent a8837c8 commit cf8cdb9
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 23 deletions.
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2"
"3.23": "3.23.2",
"3.24": "3.24.0-rc1"
}
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.22.5</version>
<version>3.24.0-rc1</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.22.5/cmake-3.22.5-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc1/cmake-3.24.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc1/cmake-3.24.0-rc1-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: 2948FBF6FA8A52645E297BE6FC3228DA1A221D658B1041CE368ECEF3A4E53DE7
checksum64: 777378894962C77D1EA550E42C81D250F38B51E3F82BBD631F02B328BFC430A5
checksum32: 094305F68BD2DE5CF9CF50E5E45D7CFFACC103664EC213B97DBC8C81C67AFB81
checksum64: 8D075F5C663263713008FB77E31956C808D3A30074C3655F16EB76A0800F99D6

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.22.5-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.5-windows-x86_64.zip"
file = "$toolsPath\cmake-3.24.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.24.0-rc1-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2"
"3.23": "3.23.2",
"3.24": "3.24.0-rc1"
}
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.22.5</version>
<version>3.24.0-rc1</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.22.5]" />
<dependency id="cmake.install" version="[3.24.0-rc1]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 6 additions & 2 deletions automatic/gimp/gimp.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>gimp</id>
<version>2.10.30</version>
<version>2.10.32</version>
<title>GIMP</title>
<owners>chocolatey-community</owners>
<authors>GIMP Team</authors>
Expand All @@ -28,11 +28,15 @@ GIMP is expandable and extensible. It is designed to be augmented with plug-ins
- Original Artwork Creation: power and flexibility to transform images into unique creations.
- Graphic Design Elements: gIMP is used for producing icons, graphical design elements, and art for user interface components and mockups.
- Programming Algorithms: high quality framework for scripted image manipulation, with multi-language support such as C, C++, Perl, Python, Scheme, and more
- Desktop Publishing Workflow: color management features to ensure high-fidelity color reproduction across digital and printed media.
- Desktop Publishing Workflow: color management features to ensure high-fidelity color reproduction across digital and printed media.
- [More features...](https://www.gimp.org/features)
![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/master/automatic/gimp/screenshot.jpg)
## Notes
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://www.gimp.org/release-notes</releaseNotes>
<copyright>GIMP Team</copyright>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gimp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop'

$fallbackUrl32 = 'https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.30-setup.exe'
$fallbackUrl32 = 'https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.32-setup.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.30-setup.exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.32-setup.exe'
softwareName = 'GIMP'
checksum = '5b8db574966d2427fa02202b591173905f64806559e37fbdca4654e55b568c8e'
checksum = '5503c3057a023f781e32e6b8fec83dfc45263b9005e76626b4c43cb257295a67'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
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.5085/gvim_8.2.5085_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5085/gvim_8.2.5085_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5096/gvim_8.2.5096_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5096/gvim_8.2.5096_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: EB9936DB576DDA628A8658529E43E846EEB6E5DE478E30C8EC7736AEDA836045
checksum64: 0C5C15D1B11C8EAA72CE3A2EAC8E4D03A4A1D98EF80AA4C0F3194D680546240C
checksum32: B419056FD6F1E864C2119C608477FF6CED9C58EA24F364F9B9AC727B50D6F76A
checksum64: 2DE2D0C037186E5664A32B36F343EF30D73CD5D4D4CAC70D77926FE333FB334C
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.5085_x86.zip"
file64 = "$toolsDir\gvim_8.2.5085_x64.zip"
file = "$toolsDir\gvim_8.2.5096_x86.zip"
file64 = "$toolsDir\gvim_8.2.5096_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.5085</version>
<version>8.2.5096</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 cf8cdb9

Please sign in to comment.