Skip to content

Commit

Permalink
AU: 3 updated - sweet-home-3d vagrant vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 28, 2021
1 parent 028246e commit 845ee88
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions automatic/sweet-home-3d/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://www.sweethome3d.com/download.jsp>
and can be verified by doing the following:

1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.5.2/SweetHome3D-6.5.2-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.6/SweetHome3D-6.6-windows.exe/download>
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: 49A5D3D9C58A769B5795D56E0F05FEBF8A4FE524F4D64E212A3BAE29D9F9B6F1
checksum: 5FE09C948EC7188EA9BC86ABEF98633BEC3FD06027EE7672B5A28B25957FF41C

The file 'LICENSE.txt' has been obtained from <http://www.sweethome3d.com/license.jsp>
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/sweet-home-3d.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sweet-home-3d</id>
<version>6.5.2</version>
<version>6.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/sweet-home-3d</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Sweet Home 3D</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'sweet-home-3d'
fileType = 'exe'
file = "$toolsPath\SweetHome3D-6.5.2-windows.exe"
file = "$toolsPath\SweetHome3D-6.6-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.2.17/vagrant_2.2.17_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.17/vagrant_2.2.17_x86_64.msi'
checksum = 'be673db325317997427fb4b49706a0c8130e8a2d882cfffbf7a0cfb6d824fb6a'
checksum64 = '96b1d9b2cd95cff9031b5c7902dcc1789f4e51685bfbeb816f1bd5239831f215'
url = 'https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.msi'
checksum = 'b4f1da25cd8e536289988dcf922ba3ebd0469fe1c1de43e2c20c4ce707f491dd'
checksum64 = 'aed44d72e72d2183354c7e2e0f6118e289becba0491a67eb2e5551701b70d359'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.17</version>
<version>2.2.18</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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/v8.2.3227/gvim_8.2.3227_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3227/gvim_8.2.3227_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3231/gvim_8.2.3231_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3231/gvim_8.2.3231_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: F69917EEA95AE6C1769ACBE83FBAC25F026D50C8E26E164D5C6771361D13F01E
checksum64: 49F35780340BA4A0C287FFE41418DD22F3E097059763322D1D45DC58CF7CB9F8
checksum32: 561B8143D61B966B3A82073BB5FCF09DE32D4CE98C82AB0F123623C36F93E03F
checksum64: 2D93023D9546ED3E081BE12A990526B50E9ADFD2F7924ED15BCE830A3B6D24D6
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3227_x86.zip"
file64 = "$toolsDir\gvim_8.2.3227_x64.zip"
file = "$toolsDir\gvim_8.2.3231_x86.zip"
file64 = "$toolsDir\gvim_8.2.3231_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3227</version>
<version>8.2.3231</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 845ee88

Please sign in to comment.