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 22, 2020
1 parent d00b8f2 commit 1f58524
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.21654-dev"
"dev": "0.19.0.21718-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.21654-dev</version>
<version>0.19.0.21718-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.21654-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.21718-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '757D0A00216F2B57CE58F742DC42006ED715E9E194F7D206FCBCB3A2C6F2574B'
checksum64 = '2927DC78E7FA8CDA463B737F33BCEBF040A9EB240725E95508D0B735A6391772'
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.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>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1034/gvim_8.2.1034_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1034/gvim_8.2.1034_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: DDD39DA1E36D963E8E41E0D3EBC73BA2821734B33CFD9E31F23546E39D768FED
checksum64: 19ED8D786211711879C5CCDDBC00D93FDFE4F3B444A9DDEBBFE08657B0E95C9B
checksum32: B41778A33EC6BE38B3CABE72C02B6093E1483AD860C4C786B12C7CB723FD11A6
checksum64: 0562E267D937F1AAA4D477765C47A18E1EFFA5DD938165C2BE7D1097163A7A7B
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.1017_x86.zip"
file64 = "$toolsDir\gvim_8.2.1017_x64.zip"
file = "$toolsDir\gvim_8.2.1034_x86.zip"
file64 = "$toolsDir\gvim_8.2.1034_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.1017</version>
<version>8.2.1034</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 1f58524

Please sign in to comment.