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 committed Jul 20, 2020
1 parent 69fb4c7 commit 927f343
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": "86.0.4207.0-snapshots",
"snapshots": "86.0.4208.0-snapshots",
"stable": "83.0.4103.116"
}
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>86.0.4207.0-snapshots</version>
<version>86.0.4208.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/789739/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/789741/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/789803/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/789803/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: FDF45BF7675B1D8A162213CD918A57F6F5178B763F6DC034B590F6229DE4D9EC
checksum64: C5DC1425043B133C281052745EF629FB5B3B9881E2E488029CC4ED63292E28A8
checksum32: 6CE75DCC0BCA65940ACCF512996E3CE81E012F7DC682F30A8768FBA28C3A627E
checksum64: 4AEB68122AE93D284425AE79DCE4CABE33E4A7F052CE32F6E10AD6EE9317395D

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 = "86.0.4207.0-snapshots"
$version = "86.0.4208.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.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.21940-dev"
"dev": "0.19.0.22039-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>0.19.0.21940-dev</version>
<version>0.19.0.22039-dev</version>
<title>FreeCAD</title>
<owners>chocolatey,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/releases/download/0.19_pre/FreeCAD_0.19.21940-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.22039-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '6034ADE47B2D93FD827401D99D6614ED44AA0CA5FF512B345F9E94FC7B19C54C'
checksum64 = 'F24D962C69AC3BD3F4B3A6B93878743609B8F494D1FA49AF1ACB8F852A292C39'
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/v8.2.1226/gvim_8.2.1226_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1226/gvim_8.2.1226_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1253/gvim_8.2.1253_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1253/gvim_8.2.1253_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: 7B07EA4A32681442D3ED3BF8C1A8A329289DA30DB1E74C79C04FB545FC694E5C
checksum64: 229656BDDADA53BADD05CB2282BE3D991E45D2DF8599A9AC6289BA0E78D96D46
checksum32: 6878AB6094640AEB6007DFBB066E1FBF7A7C1F1F9597FEF19DD5A15F5772D2A6
checksum64: A02BA3B9463AC254F599FCCF0A5B3853E2FFC88758ABD28CDFF9B83899317C6F
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_8.2.1226_x86.zip"
file64 = "$toolsDir\gvim_8.2.1226_x64.zip"
file = "$toolsDir\gvim_8.2.1253_x86.zip"
file64 = "$toolsDir\gvim_8.2.1253_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>8.2.1226</version>
<version>8.2.1253</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</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 927f343

Please sign in to comment.