Skip to content

Commit

Permalink
AU: 4 updated - filezilla vim vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 7, 2024
1 parent ac45609 commit 4f195fe
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.66.4</version>
<version>3.66.5</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 18F5C3F32CC79A7A311BF216B9CFD47C470FAC24D69BCED9A188AB3E1639CAC1
checksum64: 35EA6FAC8FCB1C9826647C345A3152E1E7E8903D81B5DF1032D6670C1F564B84
checksum32: 88C73DDF0CEE94B4B799D563BAD4043A5B711ED79E7BDCD70DECC421431C1C42
checksum64: B5DC1C1A5D7112D19F225D14B0BA7E704994D619E6B2767BE341CBECA885D933

Using AU:

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.0075/gvim_9.1.0075_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0075/gvim_9.1.0075_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0080/gvim_9.1.0080_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0080/gvim_9.1.0080_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: 8368DC7B1CAADA317725993CA2D49795661D805E90534513A3D1F102E7A74020
checksum64: 704D462DD4165F5DA7FD5DD0EAD9E83611D19943FCEAB36C6A2AECA33980D92D
checksum32: 2DB6B98E92AD15DEB1CF38BB1BE0ABD32F968D96A413BB0DC95E3E79F683004F
checksum64: B1563E33C6F542E6CA2FFFBAD5B75A60BC1F165BCFC1F870BF7571DD1D8CEEE3
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.0075_x86.zip"
file64 = "$toolsDir\gvim_9.1.0075_x64.zip"
file = "$toolsDir\gvim_9.1.0080_x86.zip"
file64 = "$toolsDir\gvim_9.1.0080_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.0075</version>
<version>9.1.0080</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
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/8839e62ada712a958e76e9c5cd62a41176c51501/VSCodeSetup-x64-1.87.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/9db1b0571e119289a2264971bdac75793965e063/VSCodeSetup-x64-1.87.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '34894a38787b11b1166b015e9e3b605a7620c1d03b1789bcd4d997f393f47eb75874e5805fb50ea61c4e9d725245f6b6086e27f8200cdf3889877fad95a86771'
checksum64 = '90e6737b1daad025a120545a1a9b19f76949a4e49b0b61ee3df176d2452aaf288bff455bcfc50cf6eaeca8127ddaf97ca2cb860a85d533e9a45bae3fb6bc69da'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.87.0.20240206</version>
<version>1.87.0.20240207</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.87.0.20240206</version>
<version>1.87.0.20240207</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.87.0.20240206]" />
<dependency id="vscode-insiders.install" version="[1.87.0.20240207]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 4f195fe

Please sign in to comment.