Skip to content

Commit

Permalink
AU: 5 updated - clipboardfusion Firefox juju python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 31, 2022
1 parent 26252c9 commit d9c07bc
Show file tree
Hide file tree
Showing 18 changed files with 224 additions and 224 deletions.
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": "5.9.1",
"unstable": "6.0-Beta2c"
"unstable": "6.0-Beta3"
}
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.0-Beta2c</version>
<version>6.0-Beta3</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.0-Beta2c.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.0-Beta3.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: 40A18FD4D3EA5F1CB5835F9DFC98D11376AACF30A19186173EBEEF57CBC7E6BE
checksum: 17D4C5031A9014AE62202B81EDB9A918BFE568A5E27C763DF79CF5F41DC6031A

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.0-Beta2c.exe"
file = "$toolsPath\ClipboardFusionSetup-6.0-Beta3.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": "100.0.2",
"esr": "91.9.1"
"latest": "101.0",
"esr": "91.10.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>100.0.2</version>
<version>101.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 @@ -62,7 +62,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/100.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/101.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
392 changes: 196 additions & 196 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '100.0.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '101.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-100.0.2-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-101.0-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-100.0.2-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-101.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2.6": "2.6.10",
"2.7": "2.7.8",
"2.8": "2.8.10",
"2.9": "2.9.29"
"2.9": "2.9.31"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>2.9.29</version>
<version>2.9.31</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.9/2.9.29/+download/juju-setup-2.9.29.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9.31/+download/juju-setup-2.9.31.exe>
to download the installer
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
checksum: 8A8620A945780F8F63DC71CB306F5E6070685095ECC974ACA9DB5CC6A5CAE78F
checksum: 9F5A45768F9D60F8A655F5723B47278800C50760A52C1FFE2C4C7860A2F4B137

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9.29.exe"
file = "$toolsDir\juju-setup-2.9.31.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.4",
"3.11": "3.11.0-b1"
"3.11": "3.11.0-b2"
}
4 changes: 2 additions & 2 deletions automatic/python/python.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>python</id>
<version>3.9.13</version>
<version>3.11.0-b2</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.9.13]" />
<dependency id="python3" version="[3.11.0-b2]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.9.13/python-3.9.13.exe
x64: https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe
x32: https://www.python.org/ftp/python/3.11.0/python-3.11.0b2.exe
x64: https://www.python.org/ftp/python/3.11.0/python-3.11.0b2-amd64.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: F363935897BF32ADF6822BA15ED1BFED7AE2AE96477F0262650055B6E9637C35
checksum64: FB3D0466F3754752CA7FD839A09FFE53375FF2C981279FD4BC23A005458F7F5D
checksum32: A990A5612CE9E6441AB0FD9EE8D6C6DB11A09FA5C1C66A8F2DECF9D149C44C04
checksum64: 84E10D20B8D63BC0CC41759AD320C9EFE147E8DFA175DEC8AC02D865E147771D

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.4",
"3.11": "3.11.0-b1"
"3.11": "3.11.0-b2"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.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>python3</id>
<version>3.9.13</version>
<version>3.11.0-b2</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.9.13.exe"
file = "$toolsPath\python-3.11.0b2.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.9.13-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.11.0b2-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down

0 comments on commit d9c07bc

Please sign in to comment.