Skip to content

Commit

Permalink
AU: 2 updated - chromium Everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 15, 2018
1 parent 402a3c7 commit 5a909e1
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
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": "73.0.3640.0-snapshots",
"snapshots": "73.0.3642.0-snapshots",
"stable": "71.0.3578.98"
}
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>71.0.3578.98</version>
<title>Chromium</title>
<version>73.0.3642.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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://github.com/henrypp/chromium/releases/download/v71.0.3578.98-r599034-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v71.0.3578.98-r599034-win64/chromium-sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/616971/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/616971/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: F97EA6AFF34AA7E68FEA536184732B025567F58F705E633A5F9A7691CE04119C
checksum64: BB70D46F84260DA5C785955822838F451A57C91234E90BABACD4E912155B6BF1
checksum32: E48D889E890173D66C7AE43EC812C4E44DD11923ED3FDF6FBA315AC252D1C9C2
checksum64: A1EF1923708EC0319D1D5804B2C0212323FC5ADE5E745DF07F48E2BDD28E1A40

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 = "71.0.3578.98"
$version = "73.0.3642.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 5 additions & 3 deletions automatic/everything/Everything.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>everything</id>
<version>1.4.1895.20180530</version>
<id>Everything</id>
<version>1.4.1922</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey, Mark Michaelis</owners>
<licenseUrl>http://www.voidtools.com/License.txt</licenseUrl>
<projectUrl>http://www.voidtools.com</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/cf277846cf6b5436461ebd5f21b00efd67ee9910/icons/everything.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@cf277846cf6b5436461ebd5f21b00efd67ee9910/icons/everything.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA["Everything" is an administrative tool that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
Expand All @@ -36,6 +36,8 @@ You type in a search filter to limit what files and folders are displayed.
- `/run-on-system-startup` - Install "Everything" in the system startup.
- `/start-menu-shortcuts` - Install "Everything" shortcuts from the Start menu.
Example: `choco install everything --params "/start-menu-shortcuts /run-on-system-startup"`
## Notes
- This package always installs everything as a service using `--install-service` command line argument.
Expand Down
2 changes: 1 addition & 1 deletion automatic/everything/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/cf277846cf6b5436461ebd5f21b00efd67ee9910/icons/everything.png" width="48" height="48"/> [everything](https://chocolatey.org/packages/everything)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@cf277846cf6b5436461ebd5f21b00efd67ee9910/icons/everything.png" width="48" height="48"/> [everything](https://chocolatey.org/packages/everything)

"Everything" is an administrative tool that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.895.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.895.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.922.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.922.x64-Setup.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: 6E2EB80112343D0F93989E0CB985055792C6402649AA0D11145726CCF896BB32
checksum64: 8B2CE3F3A0FDE214641D526D5A341F46A05FF8FD79DCB6E75D8CEBD75317398A
checksum32: C7F74B381CB2FD2C8467083570FD2085848C44AE2EE4A997C4DBD53FBE0E4DFE
checksum64: 0C374E8EFDF556F758817185E7C86511DCA96664C5F50ED7081081D1EC76ED1F
checksum es.exe: 5AE97E10B832B8B94427B685E3C733896524B2269D8E096D40194F3CCB05A073

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.895.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.922.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down
2 changes: 1 addition & 1 deletion automatic/everything/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'everything'
packageName = 'Everything'
fileType = 'exe'
file = Get-Item "$toolsDir\*x86*.exe"
file64 = Get-Item "$toolsDir\*x64*.exe"
Expand Down

0 comments on commit 5a909e1

Please sign in to comment.