Skip to content

Commit

Permalink
AU: 6 updated - freecad GoogleChrome nuget.commandline vagrant vcredi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 13, 2024
1 parent 5458a99 commit 05472f5
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 32 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": "39175.2024.11.12-dev"
"dev": "39176.2024.11.13-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>39175.2024.11.12-dev</version>
<version>39176.2024.11.13-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-39175-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39176-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '43ACA4483FAE2AE5C031539147F264EFAE8E1C82C3D1A01779E4AD184C1AC8E5'
checksum64 = '51B508134C298103A63E0294A0329225ACD1DD861F1EBDB311FF50F98AA4A216'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>131.0.6778.33</version>
<version>131.0.6778.70</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '131.0.6778.33'
$version = '131.0.6778.70'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '4a966c8bce6c73a73726cfc520419d05b526065f5f2ba21f6b6b24e661adb1ac'
checksum64 = '31171278d5da948b7133d5b1ee41a18423fca8c2d404c94c5ac212bcbec9cea0'
checksum = '5268e9f3949fe6771647f4e42b0a56460b1dbdb5ddd17bfb6e81e46659a58353'
checksum64 = 'f1979c00f8bbff9f4f45a97fe836cc51164c771174907336dc4fe6588feca09c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.11.1/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.12.1/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: C0DDC9CB0633C4607DA7E8028EB4F91248C8B74E45A68B0C79FCFA7D78C2A481
checksum: 0790BB7A0C898E44B70F2B65E3070B4DB8AF23897E38B8653D72D268B6E8BB11

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
3 changes: 2 additions & 1 deletion automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"6.7": "6.7.1",
"6.8": "6.8.1",
"6.10": "6.10.2",
"6.11": "6.11.1"
"6.11": "6.11.1",
"6.12": "6.12.1"
}
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>6.11.1</version>
<version>6.12.1</version>
<authors>Microsoft</authors>
<owners>chocolatey-community, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.4.2/vagrant_2.4.2_windows_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.4.2/vagrant_2.4.2_windows_amd64.msi'
checksum = '8c9f7c84d066c9a37e70099254cce8330ca36ddedf2f8690196714ab6e72396b'
checksum64 = '4638886974633fb3fba69df9f5680039883ad610b0dc9f00aa14fe4c1039aa35'
url = 'https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_amd64.msi'
checksum = '2be9f54e5057daa8371a78a741ec007034df773b3f68c124ea17feec1737deaf'
checksum64 = '5eb57707046255b941a4b8fcf8863fa5d67aa5f33f1c48a150c2bb274c9f003c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.4.2</version>
<version>2.4.3</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-17.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0xD992347400985AB0297C6730001652BC16DE9707F7582E249CA7E5041C65B6A8"|14.40.33816
"0x84CFEA4A9EEC7BBAA976E88FE540C25DBD77819A030B77DBF58D44B4B85FCCB3"|14.42.34433
10 changes: 5 additions & 5 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/5cc0a375-ebc5-4a27-8a76-aa43097a8949/ED1967C2AC27D806806D121601B526F84E497AE1B99ED139C0C4C6B50147DF4A/VC_redist.x86.exe'
Checksum = 'ed1967c2ac27d806806d121601b526f84e497ae1b99ed139c0c4c6b50147df4a'
Url = 'https://download.visualstudio.microsoft.com/download/pr/5319f718-2a84-4aff-86be-8dbdefd92ca1/DD1A8BE03398367745A87A5E35BEBDAB00FDAD080CF42AF0C3F20802D08C25D4/VC_redist.x86.exe'
Checksum = 'dd1a8be03398367745a87a5e35bebdab00fdad080cf42af0c3f20802d08c25d4'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/368cc6bf-087b-49f9-93e6-ab05b70a58e0/814E9DA5EC5E5D6A8FA701999D1FC3BADDF7F3ADC528E202590E9B1CB73E4A11/VC_redist.x64.exe'
Checksum64 = '814e9da5ec5e5d6a8fa701999d1fc3baddf7f3adc528e202590e9b1cb73e4a11'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/c7dac50a-e3e8-40f6-bbb2-9cc4e3dfcabe/1821577409C35B2B9505AC833E246376CC68A8262972100444010B57226F0940/VC_redist.x64.exe'
Checksum64 = '1821577409c35b2b9505ac833e246376cc68a8262972100444010b57226f0940'
ChecksumType64 = 'sha256'
}

Expand All @@ -15,7 +15,7 @@ $uninstallData = @{
}

$otherData = @{
ThreePartVersion = [version]'14.40.33816'
ThreePartVersion = [version]'14.42.34433'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"15": "14.16.27052",
"16": "14.29.30156",
"17": "14.40.33816"
"17": "14.42.34433"
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist140</id>
<version>14.40.33816</version>
<version>14.42.34433</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey-community,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2022</title>
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.0857/gvim_9.1.0857_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0857/gvim_9.1.0857_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0861/gvim_9.1.0861_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0861/gvim_9.1.0861_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: C098E923E9798E6D8763C5CB11C83EAFB38395B108078691645D191243262305
checksum64: FEF9246349F030F3F7BC91BCA33A7EE110D791D1FC44D3425105939698999C22
checksum32: 25F1135A06DAA67B61EC86002A2392D97C337B0CD1680FE2565B4E5ABF995977
checksum64: DB84CCFC9ABBD1ACA9FFD60E7EF6C15A8E3DA72ADD2A9272EA38F8B332A04DB0
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.0857_x86.zip"
file64 = "$toolsDir\gvim_9.1.0857_x64.zip"
file = "$toolsDir\gvim_9.1.0861_x86.zip"
file64 = "$toolsDir\gvim_9.1.0861_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.0857</version>
<version>9.1.0861</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 05472f5

Please sign in to comment.