Skip to content

Commit

Permalink
AU: 4 updated - alldup chromium diskdefragtouch mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 22, 2018
1 parent 635eb7a commit 4b0b3c8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.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>alldup</id>
<version>4.0.44</version>
<version>4.0.47</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'alldup'
$url = 'http://www.alldup.info/download/AllDupSetup.exe'
$checksum = '05cf65749c069cbedec7718c7105f2718c9e5406aab380a0bd83502f0caa8588'
$checksum = 'e68286cb809d5c09dbbe7cc367c27948914e3d8f94af49a62a0a62aba8907ffa'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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>66.0.3351.0-snapshots</version>
<version>66.0.3353.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/537543/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/537543/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/538392/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/538392/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: B5BD5EC1CD89DDB1A94F4D7C3F5F5A53B76584F7A68209623625655A84DEA078
checksum64: 0C9EF0A3581963F8F592B5AB6FDB937677B3DB7161F38C21A7F1BC2DF738550F
checksum32: 17DB01365F6743278FB13DF9F78ECDDA58BEE9814289A86D5DA7F4097C561FB0
checksum64: 6C4F7BCB51D924B0AECCD5BEC1CA03C8F025D035677895917BD323D34DA32D2A

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 = "66.0.3351.0-snapshots"
$version = "66.0.3353.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/diskdefragtouch/diskdefragtouch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>diskdefragtouch</id>
<title>Auslogics Disk Defrag Touch</title>
<version>8.0.4.0</version>
<version>8.0.5.0</version>
<authors>Auslogics Software</authors>
<owners>Redsandro</owners>
<summary>A compact and fast defragmenter for touch screens with achievements.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>2.6.4</version>
<version>2.6.5</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '2.6.4'
$version = '2.6.5'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit 4b0b3c8

Please sign in to comment.