Skip to content

Commit

Permalink
AU: 3 updated - calibre chromium dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 13, 2020
1 parent d2f8559 commit d0f21fd
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>5.4.2</version>
<version>5.5.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.4.2/calibre-64bit-5.4.2.msi>
64-Bit software: <https://download.calibre-ebook.com/5.5.0/calibre-64bit-5.5.0.msi>
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: NOT INCLUDED IN PACKAGE
checksum64: 95477D975D633BA7E8934882AB058BB8B415DEC9C080D2BA20FBF4D60AE76EDA
checksum64: FB81AA0DC15337A1E79B78A89896AE5A798E0750B7849F301356899D33490E2D

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/5.4.2/calibre-5.4.2.msi'
checksum = '98C91FA32EB87642C41496638BFFDD65544CD299617114045AEFE4A7F54B22A8'
url = 'https://download.calibre-ebook.com/5.5.0/calibre-5.5.0.msi'
checksum = '886CB32BAC1E532E101EEB7E95C462EEEB171B4EB22E00DF698F874C0EBD0133'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.4.2.msi"
file64 = "$toolsPath\calibre-64bit-5.5.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
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": "88.0.4324.0-snapshots",
"stable": "86.0.4240.193"
"stable": "86.0.4240.198"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>88.0.4324.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>86.0.4240.198</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/826713/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/826710/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v86.0.4240.198-r800218/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v86.0.4240.198-r800218/mini_installer.sync.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: 88F81410AC1090AEF024B24DBE12FB63BCFD591E2295464C997139C9DCF4885A
checksum64: 463DFBF6D145D6B433742BB53C70311FE342F6ED3DCA1CED550F8F54802E13FC
checksum32: 3EECB6FA8EE0FC9F77E4E9B80C890656DE36360EC836738A71787F77DD3DDE84
checksum64: 476BFC4EA0435FCD267D8831F9D6A84E3F2754200957E536CC816DC8EA083BE2

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 = "88.0.4324.0-snapshots"
$version = "86.0.4240.198"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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": "110.3.413-beta",
"beta": "110.3.425-beta",
"stable": "109.4.517"
}
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>110.3.413-beta</version>
<version>110.3.425-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,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 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '110.3.413'
$version = '110.3.425'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20110.3.413%20Offline%20Installer.exe'
checksum = '5e773fa67dd6bbca0810ffe8f637aed4180086eac3090dcdd95202e6a337493b'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20110.3.425%20Offline%20Installer.exe'
checksum = '926e8f2c6658ea35ae6bf9c16b727b083b2ac47525b6b21c6128e8cebdff8456'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit d0f21fd

Please sign in to comment.