Skip to content

Commit

Permalink
AU: 6 updated - 1password 1password8 GoogleChrome mkdocs-material Ope…
Browse files Browse the repository at this point in the history
…ra prey

[skip ci]
  • Loading branch information
Chocolatey Community committed Oct 15, 2024
1 parent ddd0ffa commit fe196af
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"OPW4": "4.6.2.62601",
"OPW7": "7.9.835",
"OPW8": "8.10.46"
"OPW8": "8.10.48"
}
4 changes: 2 additions & 2 deletions automatic/1password/1password.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>1password</id>
<version>8.10.46</version>
<version>8.10.48</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand All @@ -27,7 +27,7 @@
<tags>1password utility trial cross-platform password keystore keys</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/1password</packageSourceUrl>
<dependencies>
<dependency id="1password8" version="[8.10.46]" />
<dependency id="1password8" version="[8.10.48]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password8/1password8.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>1password8</id>
<version>8.10.46</version>
<version>8.10.48</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password8/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.46.msi'
url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.48.msi'
softwareName = '1Password*'
checksum = 'bd0d4c070ad4c76a51ccaae11f58e8af753cbff9b74427fa78f12cabd6da01d8'
checksum = '5e93bf1b1f3919362ea2817563dc0d4b3b696fbf1c7329279f28048712b55e79'
checksumType = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>130.0.6723.44</version>
<version>130.0.6723.59</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '130.0.6723.44'
$version = '130.0.6723.59'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'b843211be8e445de18c1cad4f01649bd213bcde5f5533842abf407ae402c4d59'
checksum64 = 'a98a898da40bbbcc11bf189eb3305adeac9c035e56bf22a3047eb9bc3a1a3c77'
checksum = '4ad97a0b520b4f5f92964268d4ffb51d06d70679711b5d63c3cbd214d3d7ddf6'
checksum64 = 'b2cf743623bd076631cac4a2f6e03a310abf065145ecee75da48b9b589ab616a'
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/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>9.5.40</version>
<version>9.5.41</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</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 = '9.5.40'
$version = '9.5.41'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>114.0.5282.94</version>
<version>114.0.5282.102</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-114/#b5282.94</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-114/#b5282.102</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.94/win/Opera_114.0.5282.94_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.94/win/Opera_114.0.5282.94_Setup_x64.exe'
checksum = '39e7a72569112ab2218db52dc991427f8c788c27f502321df8e7d614933b2477'
checksum64 = '757ee90b5e3664f885465224918074d2715863b76a36865ad8c34c7e8ef16019'
url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.102/win/Opera_114.0.5282.102_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.102/win/Opera_114.0.5282.102_Setup_x64.exe'
checksum = '0caadd29ac58563b9b35f9f5e3340c34f2ed9e59c5cdc6fd47948ca42c0c4668'
checksum64 = 'a2444a223580e6cbb271d32774e6d16a5b5d24cb71edd68b76556f7bb6724f15'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '114.0.5282.94'
$version = '114.0.5282.102'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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 <>
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.13.2/prey-windows-1.13.2-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.2/prey-windows-1.13.2-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.3/prey-windows-1.13.3-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.3/prey-windows-1.13.3-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: 31BBF65042E87C29FC5050B7A3A08EA10E023F2F89C2E3F7502FD447BCE6980C
checksum64: 7F62B6EAF41A07919D4CA81675DD52F434029438961CC78536FE9CFAE0B8973A
checksum32: E9544582A40C8F6849E04B053441935B834ED363372CCF5BF66ECFACB47887C7
checksum64: 47294AA80E2D04C4FC218ED162ACDF508C739A9B22FBBBF534395887AE9686E2

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 @@ -6,5 +6,5 @@
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.18",
"1.13": "1.13.2"
"1.13": "1.13.3"
}
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.13.2</version>
<version>1.13.3</version>
<title>Prey</title>
<owners>chocolatey-community</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.13.2</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.13.3</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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.13.2-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.2-x64.msi"
file = "$toolsPath\prey-windows-1.13.3-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.3-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit fe196af

Please sign in to comment.