Skip to content

Commit

Permalink
AU: 3 updated - chromium freecad vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 21, 2022
1 parent a508162 commit 5ec5c61
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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": "110.0.5430.0-snapshots",
"snapshots": "110.0.5431.0-snapshots",
"stable": "107.0.5304.88"
}
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>110.0.5430.0-snapshots</version>
<version>110.0.5431.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1073818/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1073818/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1073852/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1073861/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
checksum32: 5CAA5E5057E25CC7B4EE8610409D377CF4A322394251B6DD8FAF5662870039EC
checksum64: 69E6230CB7B2C251DEC10F7CCB48D716D138F923ACF31DC447758A3C97D37015
checksum32: BCB3C133FB45FFA24A3774583B92662148214BB57EFA18D58CAFEB0395937FB2
checksum64: C29C272D4164770454E298192F538699B312C7DAC3BA8D60DD469FB2F761157B

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

$version = "110.0.5430.0-snapshots"
$version = "110.0.5431.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.20.1.1",
"portable": "0.20.1.1",
"dev": "31035.2022.11.19-dev"
"dev": "31058.2022.11.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>31035.2022.11.19-dev</version>
<version>31058.2022.11.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 @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31035-2022-11-19-conda-Windows-x86_64-py38.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31058-2022-11-20-conda-Windows-x86_64-py38.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '17D58849397B01A0DE8D78C36E12EC0EA95BBBF4B97ACABED301EE82AA1D744C'
checksum64 = '6533D3E261C3A43CED689CADF4419B14D1D871DB5B2F43BC2016B059A6D610BD'
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.0.0913/gvim_9.0.0913_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0913/gvim_9.0.0913_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0915/gvim_9.0.0915_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0915/gvim_9.0.0915_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: 948C54A3959CBE7B30ED680FE43A9B2AB0F22A6D0EA25DFD3A54365EE95EE193
checksum64: 82EF393AC8FE2425C0FAFA50EFA69CB50A28195F3BD54227EE8AA914B11AFB12
checksum32: 9060F048AA202CEA849042F584E159D942F44BDAC3B0CF44E35706112BAF3B10
checksum64: 0D9E4716D092799EBAD248D7F919D50A3C40884EEF0E8516A755FB626C0F895A
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.0.0913_x86.zip"
file64 = "$toolsDir\gvim_9.0.0913_x64.zip"
file = "$toolsDir\gvim_9.0.0915_x86.zip"
file64 = "$toolsDir\gvim_9.0.0915_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.0.0913</version>
<version>9.0.0915</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 5ec5c61

Please sign in to comment.