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 committed Jun 20, 2020
1 parent bea88df commit 51f8f91
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.21622-dev"
"dev": "0.19.0.21654-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.21622-dev</version>
<version>0.19.0.21654-dev</version>
<title>FreeCAD</title>
<owners>chocolatey,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.21622-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.21654-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '5DB089188AB1629AED32E115B58382B1107B6C9714664AB38F4E2864BBF698A1'
checksum64 = '757D0A00216F2B57CE58F742DC42006ED715E9E194F7D206FCBCB3A2C6F2574B'
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.1009/gvim_8.2.1009_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1009/gvim_8.2.1009_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1017/gvim_8.2.1017_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1017/gvim_8.2.1017_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: 6230BE1E86BA4E5554FB0B310FF030126108D8D59A2012467269F03904BBBB91
checksum64: 83C80FDE65EBD961FE538C8A01A51D7482463B1355C1ECFE579AE6501A428B76
checksum32: DDD39DA1E36D963E8E41E0D3EBC73BA2821734B33CFD9E31F23546E39D768FED
checksum64: 19ED8D786211711879C5CCDDBC00D93FDFE4F3B444A9DDEBBFE08657B0E95C9B
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.1009_x86.zip"
file64 = "$toolsDir\gvim_8.2.1009_x64.zip"
file = "$toolsDir\gvim_8.2.1017_x86.zip"
file64 = "$toolsDir\gvim_8.2.1017_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.1009</version>
<version>8.2.1017</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 51f8f91

Please sign in to comment.