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 Sep 21, 2024
1 parent 5099cc6 commit b9291bf
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": "38728.2024.9.18-dev"
"dev": "38794.2024.9.20-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>38728.2024.9.18-dev</version>
<version>38794.2024.9.20-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-38728-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38794-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '372938ECAD2AEB5099558329F10A9B0617486689219B3FDC922EDA5D0C8D0AEA'
checksum64 = 'FDEDA9E37532E6D6AFBB4F4ABCA4DC2949214B44282757A995884AF1A59DFEAC'
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.0737/gvim_9.1.0737_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0737/gvim_9.1.0737_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0738/gvim_9.1.0738_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0738/gvim_9.1.0738_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: A34DD7CAF1CE64A4EDCFA02234C27CCB8846A8C62D9129B025E5C46D9590595B
checksum64: B3B472F3C7A06E9BE3E422BE9697DDBECBCC92145ACD6DA980C8C5B6CBEBDCD9
checksum32: 9A4DEFDDDF39AA53EE0C2C586AD4766E0D66D1302B0320F4DF378F583242C7DE
checksum64: 3EF3B481B2AD843B0460D5317192D5D0F99998281559E5AED1A7AEF7A0259E1E
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.0737_x86.zip"
file64 = "$toolsDir\gvim_9.1.0737_x64.zip"
file = "$toolsDir\gvim_9.1.0738_x86.zip"
file64 = "$toolsDir\gvim_9.1.0738_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.0737</version>
<version>9.1.0738</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 b9291bf

Please sign in to comment.