Skip to content

Commit

Permalink
AU: 4 updated - googlechromebeta prey tortoisesvn vcredist140
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 24, 2019
1 parent 3d41e2c commit 883dbc0
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 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>76.0.3809.71-beta</version>
<version>76.0.3809.80-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.71-beta'
$version = '76.0.3809.80-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 = 'cdeb443f2822ec0827691698d5e7573f0a4e6f0514925dac7b63c866363fb959'
checksum64 = '6ae386d221463cbf1bd9b0a87b7b42ab0c7ad540f82616964e013fa0f825fe0c'
checksum = '4ef841072b3614d73373c3e03b896ec71475a60764aee5fef0aa0ed56e4dee8f'
checksum64 = '21eba98833fb406fd62ddae7716a104c398b8aa4a6bb31e66dc411830bac334e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/prey/prey-node-client/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.0/prey-windows-1.9.0-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.0/prey-windows-1.9.0-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.1/prey-windows-1.9.1-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.1/prey-windows-1.9.1-x64.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: 1354D57C51D96C01307884140CA7B75C9B762C442E89FDBBD179950CEE461BC7
checksum64: 3C0E76DAC3F4A1429DFCF466A6B99385A6583BC824F3D92740C3EA4E2EA373EB
checksum32: 4534160B61F59D6AFB6B60A401B38EEB551940CCA4CC80A5BD6D18C31247BCEE
checksum64: 1DF70ABE6542F3A52DD6C066C5E81B69D83C2D9D77C088F80B35677F1CA7F9B0

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"1.6": "1.6.9",
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.0"
"1.9": "1.9.1"
}
4 changes: 2 additions & 2 deletions automatic/prey/prey.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>prey</id>
<version>1.9.0</version>
<version>1.9.1</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
Expand All @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.9.0</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.9.1</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.9.0-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.0-x64.msi"
file = "$toolsPath\prey-windows-1.9.1-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.1-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/tortoisesvn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://osdn.net/frs/redir.php?m=pumath&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.12.0%2FApplication%2FTortoiseSVN-1.12.0.28568-win32-svn-1.12.0.msi>
64-Bit: <https://osdn.net/frs/redir.php?m=xtom_us&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.12.0%2FApplication%2FTortoiseSVN-1.12.0.28568-x64-svn-1.12.0.msi>
32-Bit: <https://osdn.net/frs/redir.php?m=xtom_us&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.12.1%2FApplication%2FTortoiseSVN-1.12.1.28628-win32-svn-1.12.2.msi>
64-Bit: <https://osdn.net/frs/redir.php?m=constant&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.12.1%2FApplication%2FTortoiseSVN-1.12.1.28628-x64-svn-1.12.2.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9716FE4E8D20E4DA41F2EEE09DD78D1A226E63F5F88B720055B13A0DDF25FE88
checksum64: 4234AEBCD04507E8B8ED6E2145D38FA4AD1AE0A80D5135E014104E98C3C0B11A
checksum32: C7ED77914077D633F868471E5C34DBD207F1097BEEE176A6DC8111E715C57655
checksum64: A17050A22FC115A5C98B06FC4EA6E361FD5F9B4BBDC3CA8273EC017B5929B0A2

File 'LICENSE.txt' is obtained from <https://sourceforge.net/p/tortoisesvn/code/23615/tree/trunk/src/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/tortoisesvn/tortoisesvn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tortoisesvn</id>
<title>TortoiseSVN</title>
<version>1.12.0.28568</version>
<version>1.12.1.28628</version>
<authors>TortoiseSVN Team</authors>
<owners>chocolatey, dtgm</owners>
<summary>Subversion® source control management client implemented as File Explorer shell extension</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"992628df984d51:0"|14.21.27702.2
"b730a4218930d51:0"|14.22.27821
10 changes: 5 additions & 5 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/c8edbb87-c7ec-4500-a461-71e8912d25e9/99ba493d660597490cbb8b3211d2cae4/vc_redist.x86.exe'
Checksum = '3a43e8a55a3f3e4b73d01872c16d47a19dd825756784f4580187309e7d1fcb74'
Url = 'https://download.visualstudio.microsoft.com/download/pr/0c1cfec3-e028-4996-8bb7-0c751ba41e32/1abed1573f36075bfdfc538a2af00d37/vc_redist.x86.exe'
Checksum = '8a8b3995620aeda29d2d99359172c7a3be17720b627a2b09cb293e8c1a76b41b'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/9e04d214-5a9d-4515-9960-3d71398d98c3/1e1e62ab57bbb4bf5199e8ce88f040be/vc_redist.x64.exe'
Checksum64 = 'd6cd2445f68815fe02489fafe0127819e44851e26dfbe702612bc0d223cbbc2b'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/cc0046d4-e7b4-45a1-bd46-b1c079191224/9c4042a4c2e6d1f661f4c58cf4d129e9/vc_redist.x64.exe'
Checksum64 = '6ed7281196f390184dbca70cb5604be5759095693c232a1232699b014828c794'
ChecksumType64 = 'sha256'
}

Expand All @@ -15,7 +15,7 @@ $uninstallData = @{
}

$otherData = @{
ThreePartVersion = [version]'14.21.27702'
ThreePartVersion = [version]'14.22.27821'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.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>vcredist140</id>
<version>14.21.27702.2</version>
<version>14.22.27821</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2019</title>
Expand Down

0 comments on commit 883dbc0

Please sign in to comment.