Skip to content

Commit

Permalink
AU: 2 updated - freecad vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 21, 2020
1 parent d533cb0 commit cc5e01f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.23323-dev"
"dev": "0.19.0.23463-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>0.19.0.23323-dev</version>
<version>0.19.0.23463-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.23323-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.23463-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '0FC9895C2C2AAFB116BC0EB24EC009AFC8A7F09D5C03233C05B855B27E3A97FE'
checksum64 = '9A5A48F10034029E22D0529A6AF24226108DBDC8DF7C63B10A275B912A5840EB'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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/v8.2.2160/gvim_8.2.2160_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2160/gvim_8.2.2160_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2173/gvim_8.2.2173_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2173/gvim_8.2.2173_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: F5B07A11248AAEB5114A39C163D81DBC553CA9CE0ED2A27ABAB0886CEC8386BA
checksum64: A6C3528BAE69EA25136DDF133BDDD932710C486F16A18589D6DBB7139EA70489
checksum32: AD1476E9F3EB185F7608ACF384FFBB0EE780285A2811D8D0EB533901B4B4C38A
checksum64: A49FEF2ECF9929C8A1EE879A8C7836DB57A7CC54D631D98698217000DBE41447
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_8.2.2160_x86.zip"
file64 = "$toolsDir\gvim_8.2.2160_x64.zip"
file = "$toolsDir\gvim_8.2.2173_x86.zip"
file64 = "$toolsDir\gvim_8.2.2173_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>8.2.2160</version>
<version>8.2.2173</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 cc5e01f

Please sign in to comment.