Skip to content

Commit

Permalink
AU: 3 updated - chromium freecad vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Oct 22, 2024
1 parent e75d705 commit c7d9c43
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "132.0.6790.0-snapshots",
"snapshots": "132.0.6791.0-snapshots",
"stable": "130.0.6723.59"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>132.0.6790.0-snapshots</version>
<version>132.0.6791.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1371187/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1371602/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum64: F5404A865E15EA03F16BB74573C7355D7686ADB122421E3576CBE9C8A0D51F4D
checksum64: EE60B71E557A26211840397A667C7AFF31B70F287157AD84E5D79621E3C83316

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '132.0.6790.0-snapshots'
$version = '132.0.6791.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1371187/mini_installer.exe'
checksum = '97DA4A75C61B1275FC5BA96BE7708BCAF295D6EF163015C44583BDA2E37F55DD'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1371591/mini_installer.exe'
checksum = '0BDC715AC604DCE031B19B33BBAEA139D153DCBCD947A827150F0B2B8EC7A75E'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
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": "38991.2024.10.18-dev"
"dev": "38991.2024.10.21-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>38991.2024.10.18-dev</version>
<version>38991.2024.10.21-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38991-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = 'FF3A63F8A4BE30F577B33AC8D718E92164C0DE702D333C80C7D2CF399E0CFC94'
checksum64 = '20A8037727B1B580497FFE119B1893D1267CA9EB3F1F9599B42E8590F4C97B0A'
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.0794/gvim_9.1.0794_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0794/gvim_9.1.0794_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0798/gvim_9.1.0798_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0798/gvim_9.1.0798_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: D05D7F393F703A6324B25F7B56F40AB9384B4D94AA33C6EA137F507202CC7C2D
checksum64: 59CAD6914130E7670B680937A687BC3C72B89E8DDA5BC14E50F8796C446B710C
checksum32: 104F9345B2A092772F454CD5B5BF95258EC9FF50FAA20C3D6F66662A2E687D29
checksum64: 19F6BF4E4A036E01E2D0ED8BE664ECD0CE737BC4ABB3DCE51519C900A5EE390C
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.0794_x86.zip"
file64 = "$toolsDir\gvim_9.1.0794_x64.zip"
file = "$toolsDir\gvim_9.1.0798_x86.zip"
file64 = "$toolsDir\gvim_9.1.0798_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.0794</version>
<version>9.1.0798</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 c7d9c43

Please sign in to comment.