Skip to content

Commit

Permalink
AU: 7 updated - 1password 1password8 clipboardfusion Firefox mpc-hc-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 26, 2024
1 parent 844eee2 commit db4db06
Show file tree
Hide file tree
Showing 19 changed files with 242 additions and 242 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.52"
"OPW8": "8.10.54"
}
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.52</version>
<version>8.10.54</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.52]" />
<dependency id="1password8" version="[8.10.54]" />
</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.52</version>
<version>8.10.54</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.52.msi'
url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.54.msi'
softwareName = '1Password*'
checksum = '5a6d579c679a73cfd5e1dbbdd930cf69c614c4fd34fdcccb87706c45857ad9b2'
checksum = '31b2e9e6712e89c9e178f8e4863175e6003a3dfa530f215170baeca20b35e99e'
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/clipboardfusion/clipboardfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "6.1",
"unstable": "6.2-Beta3"
"unstable": "6.2-Beta4"
}
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.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>clipboardfusion</id>
<version>6.2-Beta3</version>
<version>6.2-Beta4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.2-Beta3.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.2-Beta4.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
checksum: D13285CC857E38F1B9CB69C4206B2D75F48BA91D7375E1C2C7B626E6EEA26C72
checksum: 453366314EBF75626218B3AE9938D0740B90207B834FC9F133AC6B89CB3207D0

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\ClipboardFusionSetup-6.2-Beta3.exe"
file = "$toolsPath\ClipboardFusionSetup-6.2-Beta4.exe"
softwareName = 'clipboardfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "132.0.2",
"esr": "128.4.0"
"latest": "133.0",
"esr": "128.5.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- 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/2010/07/nuspec.xsd">
<metadata>
<version>132.0.2</version>
<version>133.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -63,7 +63,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/132.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/133.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
Loading

0 comments on commit db4db06

Please sign in to comment.