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 Aug 15, 2020
1 parent 0277711 commit 83c7875
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.22198-dev"
"dev": "0.19.0.22234-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.22198-dev</version>
<version>0.19.0.22234-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.22198-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.22234-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '53DA481A72CFB8BC33D382D43413938E0D6984FE7E0215F5DE449CA47BB045E2'
checksum64 = '23652E06380A9277B15E0C530B4DB103AEAC193B5E03B73F619F66061B1DDEA1'
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.1444/gvim_8.2.1444_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1444/gvim_8.2.1444_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1456/gvim_8.2.1456_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1456/gvim_8.2.1456_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: 71D6E15191BBF89C0054E7899F9BE90C263EB930BA3813CC326DFCDC438789F6
checksum64: 3211576A0AD437A5FE18666746B40BBFE7C87010100ECEEA0C9C984257422E8D
checksum32: B71D03F8F30104EFB3DF7D977BF968B64E124B6FB401B01B821BF2A7957F5F91
checksum64: B29B3474DE609480F0C02436F6C9079ED4C67801A945255E373E4480FB3D4642
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.1444_x86.zip"
file64 = "$toolsDir\gvim_8.2.1444_x64.zip"
file = "$toolsDir\gvim_8.2.1456_x86.zip"
file64 = "$toolsDir\gvim_8.2.1456_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.1444</version>
<version>8.2.1456</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 83c7875

Please sign in to comment.