diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 2a4a0b1a7d9..a38eb568761 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.73.101", + "stable": "1.73.104", "beta": "1.74.31-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index a14283b97d5..ce89c409c88 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.74.31-beta - Brave Browser (Beta) + 1.73.104 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 9678b79f75f..f345f4f5bd2 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index fe740c96e84..2db1b94e603 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -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 diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index ed71fb49bce..f1ad2bb084c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6906.0-snapshots", + "snapshots": "133.0.6907.0-snapshots", "stable": "131.0.6778.140" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 163afba698c..7a4dcfc1c77 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6906.0-snapshots + 133.0.6907.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d9b8fbe15db..22161b27911 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 2A746D28A55678796472E0B661BBA47133AEA448958C39CFACEAD1B8DCE21F76 + checksum64: CE58709E3B76D26BDB02D6211E3B89A5856C473A56D095F050F75BDFC2137483 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 676dde1540a..c5da326e4f9 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -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 @@ -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' diff --git a/automatic/datagrip/datagrip.nuspec b/automatic/datagrip/datagrip.nuspec index 5001361f012..0981445bf14 100644 --- a/automatic/datagrip/datagrip.nuspec +++ b/automatic/datagrip/datagrip.nuspec @@ -3,7 +3,7 @@ datagrip - 2024.3.2 + 2024.3.3 JetBrains DataGrip JetBrains https://www.datagrip.org/terms.php diff --git a/automatic/datagrip/tools/ChocolateyInstall.ps1 b/automatic/datagrip/tools/ChocolateyInstall.ps1 index 4cf97cab119..c8bd4575b70 100644 --- a/automatic/datagrip/tools/ChocolateyInstall.ps1 +++ b/automatic/datagrip/tools/ChocolateyInstall.ps1 @@ -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 diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 8f7349f6c56..e44ae5e1dc2 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { - "stable": "11.0.2", + "stable": "11.0.3", "unstable": "11.0-Beta9" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 785d5ed12ee..1a6f6bd61ea 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 11.0.2 + 11.0.3 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index 77dfeaef25c..d961cc0df22 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 4dda47daeb7..0a9f18681ed 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -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) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 985fa785229..df1612ebd0c 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -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: + - 64-Bit: 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 . diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index db1748303f1..489b47422bd 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -18,5 +18,5 @@ "20": "20.18.1", "21": "21.7.3", "22": "22.12.0", - "23": "23.4.0" + "23": "23.5.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 676beffdba2..97b44058442 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 23.4.0 + 23.5.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index f60510975dd..9e1cb10093e 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -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) } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 3b3d1dc9e22..dd6608f8cd1 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -18,5 +18,5 @@ "20": "20.18.1", "21": "21.7.3", "22": "22.12.0", - "23": "23.4.0" + "23": "23.5.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index fd65036d5c5..07362bd5792 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 23.4.0 + 23.5.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -31,7 +31,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/paint.net/legal/VERIFICATION.txt b/automatic/paint.net/legal/VERIFICATION.txt index 8099353a7df..7724eac1979 100644 --- a/automatic/paint.net/legal/VERIFICATION.txt +++ b/automatic/paint.net/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ 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. @@ -15,7 +15,7 @@ Package can be verified like this: - 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 diff --git a/automatic/paint.net/paint.net.nuspec b/automatic/paint.net/paint.net.nuspec index ee834399481..61d1c00691c 100644 --- a/automatic/paint.net/paint.net.nuspec +++ b/automatic/paint.net/paint.net.nuspec @@ -3,7 +3,7 @@ paint.net - 5.1.1 + 5.1.2 Paint.NET Rick Brewster, dotPDN http://www.getpaint.net/ diff --git a/automatic/paint.net/tools/ChocolateyInstall.ps1 b/automatic/paint.net/tools/ChocolateyInstall.ps1 index 627e758cf87..d64b1c70199 100644 --- a/automatic/paint.net/tools/ChocolateyInstall.ps1 +++ b/automatic/paint.net/tools/ChocolateyInstall.ps1 @@ -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*' diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index 1ed4077c604..c599a6d0a21 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: 382D7F88D4BFEAE69703350813BAD96D705DEBB623AF9B023C1650C8261DD78C - checksum64: 1EDDE029761AE8A862D039B5E0AFA8FC78D4C2AC442C77C7330DE2255DB13179 + checksum32: F0BB38C3268470A4A440ACBAFAEABA6CD8983C9DDC0F6144094B779356922798 + checksum64: 17F46725C1B1AED330107B50DF7812425CC073020ADD6B78838F286A881CC250 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index 7d7b16cf907..8a10d5447a5 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -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" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index 7d107cad9be..b5f73acbac7 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.13.7 + 1.13.8 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.13.7 + https://github.com/prey/prey-node-client/releases/tag/v1.13.8 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 d2fa1330965..46eb984f587 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.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) diff --git a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec index fff4771f8b5..e1f8f5a7961 100644 --- a/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec +++ b/automatic/selenium-chromium-edge-driver/selenium-chromium-edge-driver.nuspec @@ -3,7 +3,7 @@ selenium-chromium-edge-driver - 131.0.2903.99 + 131.0.2903.112 Selenium Chromium Edge Driver Chromium and Microsoft teams chocolatey-community,agabrys,laurin1,AdmiringWorm diff --git a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 index a4a708b2705..c735eb4c1bc 100644 --- a/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 +++ b/automatic/selenium-chromium-edge-driver/tools/chocolateyinstall.ps1 @@ -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 diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 53ea83cd370..d33518b81a9 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: FF47B27EA16D0E506D08B639F354E50A3390D105BB76061551E99E03D52DFD4D - checksum64: 42BE9A3CA5F2FDCEDF199EAFC2DC46305E8E90BAEE2E78597BBB8955020CF505 + checksum32: 54A6572B3B23A98A8D9DF96AFE4820391447708444D293CDFBC289478B818E5A + checksum64: 5A9B6FA3C52E7EC379C2D196648F5D8957CD318E63862DF23D126755D9A84172 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 8ae3e003031..710122fb399 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.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 = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index a0dfddbccb1..4d0a4d31fd3 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0942 + 9.1.0949 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. diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 07465f2d78c..71ffafd610a 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.96.1' +$version = '1.96.2' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,11 +16,11 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url64bit = 'https://update.code.visualstudio.com/1.96.1/win32-x64/stable' + url64bit = 'https://update.code.visualstudio.com/1.96.2/win32-x64/stable' softwareName = "$softwareName" - checksum64 = '357a5b1357bb743c9f5195f9ef1fa23cc86a3cad561131a445fcecc75eef4eef' + checksum64 = 'dabbeb4bf2cde12560a7dcfac12f78cb8cc924fd65d68704248434ac8ed04bd0' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index f92fb43f5d5..5fa32c59eab 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.96.1 + 1.96.2 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 89f08f01a3c..1dbc07353de 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.96.1 + 1.96.2 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates