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 Jul 27, 2024
1 parent 1be6bf5 commit 91771d2
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.21.2.1",
"portable": "0.21.2.1",
"dev": "38314.2024.7.22-dev"
"dev": "38334.2024.7.26-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>38314.2024.7.22-dev</version>
<version>38334.2024.7.26-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 @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P
$packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38314-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38334-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '913BE2134C0B08938C0DB80945E288FFD29444CACBC1C9A3649EA374DA644EB8'
checksum64 = '84D27DCD0AB5AAA30796468228B7D9D3617F8733C80867531393A2B7B45600D2'
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/v9.1.0618/gvim_9.1.0618_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0618/gvim_9.1.0618_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0626/gvim_9.1.0626_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0626/gvim_9.1.0626_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: 5E723CAA4C5B57A2579A634891548C3541FA2CA25ABC3E50EA5AA3D6711D1329
checksum64: 3F495F8800A2F882D461A04E282E2A3C49373E018B1C8582E8179956C027B709
checksum32: 826CF304401F9F98C1BBDA563C7BDB6147C37DB6EEB7A9D77161A45004454D17
checksum64: F922B9543244D31E63DEA589770D870CAAD52DF6F00216415C51B93CBDA27C0B
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_9.1.0618_x86.zip"
file64 = "$toolsDir\gvim_9.1.0618_x64.zip"
file = "$toolsDir\gvim_9.1.0626_x86.zip"
file64 = "$toolsDir\gvim_9.1.0626_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>9.1.0618</version>
<version>9.1.0626</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 91771d2

Please sign in to comment.