Skip to content

Commit

Permalink
AU: 3 updated - prey selenium-chromium-edge-driver vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 13, 2024
1 parent ae212d0 commit 392d0bd
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.6/prey-windows-1.12.6-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.6/prey-windows-1.12.6-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.7/prey-windows-1.12.7-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.7/prey-windows-1.12.7-x64.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: 4310BF9BBD68876D4F57D711B836D0199D8DAC44637D36AA23923F9A19ED1E5C
checksum64: CBA5837493D4BDEC87DF5DD12399BA8B112F3B23CEF193A1A7E215B29BC2F662
checksum32: D87FF3D96FA568EC5C789734518D28DCFB598B0942B67DE18592CE05CE8E6616
checksum64: 38D6F9F39CF16E1768D79BDAFCE9B5D82788FED81F41F65DF1C332487695EF6A

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.9": "1.9.24",
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.6"
"1.12": "1.12.7"
}
4 changes: 2 additions & 2 deletions automatic/prey/prey.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>prey</id>
<version>1.12.6</version>
<version>1.12.7</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -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.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.12.6</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.12.7</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.12.6-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.6-x64.msi"
file = "$toolsPath\prey-windows-1.12.7-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.7-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>123.0.2420.81</version>
<version>123.0.2420.97</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/123.0.2420.81/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/123.0.2420.81/edgedriver_win64.zip'
checksum = 'd5bf8d6a42da0fa0ee1540a10e01f1e06f3bcc592a601628306082d7779ca507'
checksum64 = '4ace2633469113217af1a812275dfd7c1adb3ada95e35ce278317817bb407682'
url = 'https://msedgedriver.azureedge.net/123.0.2420.97/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/123.0.2420.97/edgedriver_win64.zip'
checksum = 'eafee7f92e134b9c8d5dad98bd5b7641f377ec8db5f34deccfd669788de5fec2'
checksum64 = 'd889ca13091daff652e0536f8f6af2ede599aeb184956290275d78de8eb6c034'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
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.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>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0312/gvim_9.1.0312_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0312/gvim_9.1.0312_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: 8273C125120D4403421275E7CEDFBAEEB7271DC2E29D011CE2A6492114628B90
checksum64: A47A821C65C8FA5AF16207FEC366549CC366DC05F110000C0DD6BDFF3FAAEDE0
checksum32: A60D721743BF52B2003A484266CF7C7EA39B2C7167F1EC34ED4A1AFDFF7B5C01
checksum64: 20BE8B62294DAD929924BEAC2C5A1858C10F49CF2B8E9F05D2AE18993F5B97AE
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.0309_x86.zip"
file64 = "$toolsDir\gvim_9.1.0309_x64.zip"
file = "$toolsDir\gvim_9.1.0312_x86.zip"
file64 = "$toolsDir\gvim_9.1.0312_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.0309</version>
<version>9.1.0312</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 392d0bd

Please sign in to comment.