Skip to content

Commit

Permalink
AU: 2 updated - intunewinapputil vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 28, 2024
1 parent 7b81e6d commit 1a4683e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/intunewinapputil/intunewinapputil.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>intunewinapputil</id>
<version>1.8.5</version>
<version>1.8.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/intunewinapputil</packageSourceUrl>
<owners>chocolatey-community,corbob</owners>
<title>intunewinapputil</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/intunewinapputil/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ foreach ($folder in $foldersToRemove) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v1.8.5.zip'
url = 'https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v1.8.6.zip'
softwareName = 'intunewinapputil*'
checksum = '8cd8372116ea3181016bd8be9628a42b4776d60c55de5bb296d03f3983258a22'
checksum = '3bfd2c93a3500bc2b99c007a5d2352af021df9a043851b77f01ea788fd878851'
checksumType = 'sha256'
}

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.0139/gvim_9.1.0139_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0139/gvim_9.1.0139_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0140/gvim_9.1.0140_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0140/gvim_9.1.0140_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: 0F3F7E950DEA8BDDD093B417DA56AAAC498E41E60916573E10B7E254560280CE
checksum64: 4FC60CF96BA82C6EB0398E186C2C074C7E12F853C2EBE9DD74EB616E44A42AAA
checksum32: 617D1E866245A9E5763D558FC02D1201DCCD904D072B63D42A1BA415932F1F52
checksum64: AD2F90FB0180D88B5D491264A516D123CEA7C426F55281CF97AE190D90B2CA0B
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.0139_x86.zip"
file64 = "$toolsDir\gvim_9.1.0139_x64.zip"
file = "$toolsDir\gvim_9.1.0140_x86.zip"
file64 = "$toolsDir\gvim_9.1.0140_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.0139</version>
<version>9.1.0140</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 1a4683e

Please sign in to comment.