Skip to content

Commit

Permalink
AU: 3 updated - dropbox googlechromebeta rufus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 19, 2019
1 parent 6debeb7 commit 88ada5c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "78.3.109-beta",
"stable": "77.4.131"
"stable": "78.3.109"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>77.4.131</version>
<version>78.3.109</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '77.4.131'
$version = '78.3.109'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2077.4.131%20Offline%20Installer.exe'
checksum = '214f24fdc05c65be7d20f72e097a39fd19cf2075129729de90c8420a663290c7'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2078.3.109%20Offline%20Installer.exe'
checksum = 'd3455b8a55c721d769b8de23553ee71d748d53e4e92effc81db87216ea75d098'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
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>76.0.3809.62-beta</version>
<version>76.0.3809.71-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 = '76.0.3809.62-beta'
$version = '76.0.3809.71-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 = 'e18cf470370068f9939804d2e81f29b6d83812a8d9533f1bcf6706d7f5d4fde9'
checksum64 = '1ba72e804dad6924063d42447a8f4f974aaa5e27d39c5e460f009be8b135c472'
checksum = 'cdeb443f2822ec0827691698d5e7573f0a4e6f0514925dac7b63c866363fb959'
checksum64 = '6ae386d221463cbf1bd9b0a87b7b42ab0c7ad540f82616964e013fa0f825fe0c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/rufus/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png" width="48" height="48"/> [rufus](https://chocolatey.org/packages/rufus)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png" width="48" height="48"/> [rufus](https://chocolatey.org/packages/rufus)


Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus/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://github.com/pbatard/rufus/releases/download/v3.5/rufus-3.5.exe
x32: https://github.com/pbatard/rufus/releases/download/v3.6/rufus-3.6.exe

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: 9ECEB45D0337DC070F147820048F3BF6279A771B56B814DB6F696E6012DBBF20
checksum32: 882C0F10C75E64EC39D257A131FCD531F47DD2CFF2070AE94BAA347D375126FD


File 'license.txt' is obtained from:
Expand Down
6 changes: 3 additions & 3 deletions automatic/rufus/rufus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>rufus</id>
<version>3.5</version>
<version>3.6</version>
<title>Rufus</title>
<authors>Pete "Akeo" Batard</authors>
<owners>chocolatey, dtgm</owners>
<licenseUrl>https://github.com/pbatard/rufus/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://rufus.ie/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.
Expand Down Expand Up @@ -48,7 +48,7 @@ It can be especially useful for cases where:
<copyright>Akeo Consulting</copyright>
<tags>liveusb usb bootdisk linux windows foss</tags>
<projectSourceUrl>https://github.com/pbatard/rufus/</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/rufus</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/rufus</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 88ada5c

Please sign in to comment.