Skip to content

Commit

Permalink
AU: 3 updated - freecad googlechromebeta vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 8, 2020
1 parent cc39b41 commit f645daf
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
@@ -1,5 +1,5 @@
{
"stable": "0.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.21775-dev"
"dev": "0.19.0.21857-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
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.21775-dev</version>
<version>0.19.0.21857-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
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.21775-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.21857-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'B0523E62DAAF4ED3F8D60ACD33680F63FDF4B3896C5C0EDC3BB0D163641F8AE9'
checksum64 = '92047CB2BA2940934DA84D9E63FA82753630D77DB3E7DE4A643696001F638B60'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>84.0.4147.68-beta</version>
<version>84.0.4147.85-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '84.0.4147.68-beta'
$version = '84.0.4147.85-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '244798e33379a09d0a4a6dd27ed2f2a8426d068d61109aaa29abc3cc69fa0400'
checksum64 = '096d2d905a8febe8ec231266cf16d0284f0f75b33b970f8de2a42267583cb654'
checksum = 'b4dcfd8a0a3584eb677aa78c833ba6d7f9c6e2d2653f4b215d7aa3fa04dfba9b'
checksum64 = '3153ff5ca05e4a7f25a4fcc05e978e3672b228e5e3886e4b5e9676145470da05'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.1149/gvim_8.2.1149_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1149/gvim_8.2.1149_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1153/gvim_8.2.1153_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1153/gvim_8.2.1153_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: B7B4B696A0DF959319E480EE769DE42227049B2D020EDAB632863931666484F8
checksum64: 43E1308F10307FE4E0A3407EBF6F50209B900BD563D38AE4868EDCD77484C4B9
checksum32: 628AD33C7148CA07752034A1417CE25347629B336B69CAD8B8A88E9CEA2BE46C
checksum64: 758EF4D39A72947EEBC7C09EC6214B051943E541D4AA3B678A7F8C1F81CE8600
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.1149_x86.zip"
file64 = "$toolsDir\gvim_8.2.1149_x64.zip"
file = "$toolsDir\gvim_8.2.1153_x86.zip"
file64 = "$toolsDir\gvim_8.2.1153_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.1149</version>
<version>8.2.1153</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 f645daf

Please sign in to comment.