Skip to content

Commit

Permalink
AU: 12 updated - brave chromium datagrip displayfusion nodejs nodejs.…
Browse files Browse the repository at this point in the history
…install paint.net prey selenium-chromium-edge-driver vim vscode vscode.install

[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 20, 2024
1 parent 4c38749 commit ca6a82b
Show file tree
Hide file tree
Showing 35 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.73.101",
"stable": "1.73.104",
"beta": "1.74.31-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.74.31-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.73.104</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **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>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.74.31/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.73.104/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 5E635060E402664ED532B2FD99C596D02E281AC7C47756C9BEA5A87B3B1981E4
checksum64: 9225C52F5D674A6F02A2BFAA32B5FBA1D3EAD0FE6BBD1C9A65416A9DF8702A07

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.74.31/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'DDFC3924AF952739D643C2BA567C8A3D52B5224DD1BBDC1DC59E5FC2C7FAEA34'
url = 'https://github.com/brave/brave-browser/releases/download/v1.73.104/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'EFB443DCB1A210C6087F127BFE27772E2D863DAADE17DCACB0AECD042032F657'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.74.31'
[version]$softwareVersion = '1.73.104'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "133.0.6906.0-snapshots",
"snapshots": "133.0.6907.0-snapshots",
"stable": "131.0.6778.140"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>133.0.6906.0-snapshots</version>
<version>133.0.6907.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1398455/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1398844/mini_installer.exe>
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
checksum64: 2A746D28A55678796472E0B661BBA47133AEA448958C39CFACEAD1B8DCE21F76
checksum64: CE58709E3B76D26BDB02D6211E3B89A5856C473A56D095F050F75BDFC2137483

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '133.0.6906.0-snapshots'
$version = '133.0.6907.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1398464/mini_installer.exe'
checksum = '54CB8DE974CE2AC76AC89E730888243D41C64B58293D4B4F24AB26C0D6DEA344'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1398823/mini_installer.exe'
checksum = '791232089872C82CE5162092574EC7CEB0F42197146977BD5647247AA854B771'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.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>datagrip</id>
<version>2024.3.2</version>
<version>2024.3.3</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if ($pp.InstallDir) {
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2024.3.2.exe'
checksum = 'f06a4df6f0236e03f77e2def86109d74c7f66f91156fe13853e86349ccef5667'
url = 'https://download.jetbrains.com/datagrip/datagrip-2024.3.3.exe'
checksum = 'b89f620dbde41f1e6eb826d2ab04280c8edd26ec23bfd1c5d837d24e21db847c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "11.0.2",
"stable": "11.0.3",
"unstable": "11.0-Beta9"
}
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.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>displayfusion</id>
<version>11.0.2</version>
<version>11.0.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>DisplayFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/displayfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.displayfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-11.0.2.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-11.0.3.exe>
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
checksum: 998D997509483AEDEC6A129BA341C6E4BAD13F2421FDAFD208FDBCEA818727D5
checksum: F2886F1BB08763F6C11D412BCD12571DB0FBD605AA7A5E51D8052734408140D8

The file 'LICENSE.txt' has been obtained from <https://www.displayfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/displayfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\DisplayFusionSetup-11.0.2.exe"
file = "$toolsPath\DisplayFusionSetup-11.0.3.exe"
softwareName = 'displayfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0, 1641, 3010)
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The installer/archive has been downloaded from the authors official download lin
and can be verified using the following:

1. Download the following installers/archives
- 64-Bit: <https://nodejs.org/dist/v23.4.0/node-v23.4.0-x64.msi>
- 64-Bit: <https://nodejs.org/dist/v23.5.0/node-v23.5.0-x64.msi>
2. Use one of the following methods to obtain the checksum
- Use powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. Verify the downloaded installers/archives matches the following SHA256 checksum:
- 64-Bit Checksum: <3842C61CBF41104A4098E17C7AB47A0C3B02FA672CEE26960F584AD122A65753>
- 64-Bit Checksum: <52F7D56901398827ED83EA282EEFC49BECF139737DF0F47C3C78FD048D193EED>

Additionally, the included 'LICENSE.txt' have been obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>.
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"20": "20.18.1",
"21": "21.7.3",
"22": "22.12.0",
"23": "23.4.0"
"23": "23.5.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>23.4.0</version>
<version>23.5.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = ''
File64 = "$toolsPath\node-v23.4.0-x64.msi"
File64 = "$toolsPath\node-v23.5.0-x64.msi"
SilentArgs = '/quiet ADDLOCAL=ALL'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"20": "20.18.1",
"21": "21.7.3",
"22": "22.12.0",
"23": "23.4.0"
"23": "23.5.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>23.4.0</version>
<version>23.5.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -31,7 +31,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[23.4.0]" />
<dependency id="nodejs.install" version="[23.5.0]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/paintdotnet/release/releases/download/v5.1.1/paint.net.5.1.1.winmsi.x64.zip
x64: https://github.com/paintdotnet/release/releases/download/v5.1.2/paint.net.5.1.2.winmsi.x64.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 90E1FB0C71F85BDBF0926C8F9F2DF93960DBCF50D1205B58C04A94902D9F104A
checksum64: 2FF0ADC3E6B4971E4A11AADEC28687C70ED659FABB1A7E6FD81047B7F03F6696

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>5.1.1</version>
<version>5.1.2</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/paint.net/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
fileType = "msi"
file64 = "$toolsPath\paint.net.5.1.1.winmsi.x64.msi"
file64 = "$toolsPath\paint.net.5.1.2.winmsi.x64.msi"
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 1641, 3010)
softwareName = 'Paint.NET*'
Expand Down
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.13.7/prey-windows-1.13.7-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.7/prey-windows-1.13.7-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.8/prey-windows-1.13.8-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.8/prey-windows-1.13.8-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: 382D7F88D4BFEAE69703350813BAD96D705DEBB623AF9B023C1650C8261DD78C
checksum64: 1EDDE029761AE8A862D039B5E0AFA8FC78D4C2AC442C77C7330DE2255DB13179
checksum32: F0BB38C3268470A4A440ACBAFAEABA6CD8983C9DDC0F6144094B779356922798
checksum64: 17F46725C1B1AED330107B50DF7812425CC073020ADD6B78838F286A881CC250

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 @@ -6,5 +6,5 @@
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.18",
"1.13": "1.13.7"
"1.13": "1.13.8"
}
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.13.7</version>
<version>1.13.8</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.13.7</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.13.8</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.13.7-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.7-x64.msi"
file = "$toolsPath\prey-windows-1.13.8-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.8-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>131.0.2903.99</version>
<version>131.0.2903.112</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/131.0.2903.99/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/131.0.2903.99/edgedriver_win64.zip'
checksum = 'ede7dd4bd1c497513cd8477e67ada9ad0c385b552719abc01183945dadd0b74c'
checksum64 = '23bf09a88be9ff36df0423b516444f3de667f75400fd287dc57fd43061b8120e'
url = 'https://msedgedriver.azureedge.net/131.0.2903.112/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/131.0.2903.112/edgedriver_win64.zip'
checksum = '8f6059375b044fa09668ece09a8981197ed98b7381ae2182068ca165a98e45a4'
checksum64 = '829bfefef87ca8fce625874943df4b8d2c1ce4996f669a0ae5d7cd8d81ac5bf9'
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.0942/gvim_9.1.0942_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0942/gvim_9.1.0942_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0949/gvim_9.1.0949_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0949/gvim_9.1.0949_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: FF47B27EA16D0E506D08B639F354E50A3390D105BB76061551E99E03D52DFD4D
checksum64: 42BE9A3CA5F2FDCEDF199EAFC2DC46305E8E90BAEE2E78597BBB8955020CF505
checksum32: 54A6572B3B23A98A8D9DF96AFE4820391447708444D293CDFBC289478B818E5A
checksum64: 5A9B6FA3C52E7EC379C2D196648F5D8957CD318E63862DF23D126755D9A84172
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.0942_x86.zip"
file64 = "$toolsDir\gvim_9.1.0942_x64.zip"
file = "$toolsDir\gvim_9.1.0949_x86.zip"
file64 = "$toolsDir\gvim_9.1.0949_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.0942</version>
<version>9.1.0949</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
Loading

0 comments on commit ca6a82b

Please sign in to comment.