From e01d1b19e118f7213d0a10d3b66934f9c56aa6f4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 2 Apr 2024 00:19:35 +0000 Subject: [PATCH] AU: 2 updated - prey vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2f880b996f9f0ae45bc7e3ed5ea73fb3ff79e5ea --- automatic/prey/legal/VERIFICATION.txt | 8 ++++---- automatic/prey/prey.json | 2 +- automatic/prey/prey.nuspec | 4 ++-- automatic/prey/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index f5029638393..e355bd62d49 100644 --- a/automatic/prey/legal/VERIFICATION.txt +++ b/automatic/prey/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on <> and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 147DE23A35C936AC74D2BAECA02E9E75AB89F3DAE71FADB96B677BB3C2B86F46 - checksum64: 35F8A98CE74F3C992FCE6B4953942B3EDFB7DF75D526FFC9FB8A1B7EAEAA5BEE + checksum32: D7BE42F5521DCAA648787F494F022236E9BB251FBF242F57879619F30E5D8F2B + checksum64: 007FA4D08B7D31F854F8EBDB97197B9C348FCD01DEF803B7379624A60CF1D0E9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index ae36bf3696b..e9e1d5e2190 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -5,5 +5,5 @@ "1.9": "1.9.24", "1.10": "1.10.10", "1.11": "1.11.10", - "1.12": "1.12.3" + "1.12": "1.12.4" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index 2401ed0572c..d814a2ca3cc 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.12.3 + 1.12.4 Prey chocolatey-community Fork Ltd @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis - You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey. ]]> Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing. - https://github.com/prey/prey-node-client/releases/tag/v1.12.3 + https://github.com/prey/prey-node-client/releases/tag/v1.12.4 prey anti-theft lockdown tracking admin foss cross-platform https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey https://github.com/prey/prey-node-client diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1 index 0521fa48763..dfddcde8bab 100644 --- a/automatic/prey/tools/chocolateyInstall.ps1 +++ b/automatic/prey/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\prey-windows-1.12.3-x86.msi" - file64 = "$toolsPath\prey-windows-1.12.3-x64.msi" + file = "$toolsPath\prey-windows-1.12.4-x86.msi" + file64 = "$toolsPath\prey-windows-1.12.4-x64.msi" softwareName = 'prey*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index c9766eacdab..9a30405abf7 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: 2AD2DBB7DBFE053B8518AF564E9D8798B27BA0566F4621FA1B407980181B4F80 - checksum64: 79A35BB20195CB9CBF58776EDA4C7A8627EBA70DD4D927DA618D1541E2E2E9D7 + checksum32: 50107304E4E6661CA11C42D3E66EB64823E9A014281F37DF3EB4830EA96A2AB1 + checksum64: 8D2AD5F46782B78A04E772CB7B92E7EC13CD1E0616260E05999603847A67A3F0 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b8a5d06ffa2..594b46ef547 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0228_x86.zip" - file64 = "$toolsDir\gvim_9.1.0228_x64.zip" + file = "$toolsDir\gvim_9.1.0252_x86.zip" + file64 = "$toolsDir\gvim_9.1.0252_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 0da8596f2e8..fa7caa32680 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0228 + 9.1.0252 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.