Skip to content

Commit

Permalink
AU: 2 updated - googlechromebeta paint.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 19, 2019
1 parent 90d8487 commit 4f6ea60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>77.0.3865.75-beta</version>
<version>77.0.3865.90-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '77.0.3865.75-beta'
$version = '77.0.3865.90-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 = '9db9c6cfee6d343a208da159e3fab3f228d8734ce1b6b1a66f20e250dcada68d'
checksum64 = 'f7145047621ff23ead779af9fceaae4db8ed54e68a51a5a6016a0bed8b89a0c4'
checksum = '66ae5b1b7411daf75947993099efa6b00be28dd2e6368e27e4d35bee5003caa2'
checksum64 = '36e44d0af6a32f5b7260a90656d599315895b92700d96f350054b431e83fdcb3'
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/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://www.dotpdn.com/files/paint.net.4.2.1.install.zip
x32: https://www.dotpdn.com/files/paint.net.4.2.2.install.zip

to download the installer.

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: 034274ACF0413E6CFE3B1833EE7A88AAE6E67A498658F30E62158B4AFCB0D4AF
checksum32: FBA75190F26DF9B0DA2024905A1645A67C0689E9668B7F7B66F6B463581C1158

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.2.1</version>
<version>4.2.2</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down

0 comments on commit 4f6ea60

Please sign in to comment.