Skip to content

Commit

Permalink
AU: 3 updated - freecad mkdocs-material selenium-gecko-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 2, 2023
1 parent f80c86d commit 5f14a47
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
@@ -1,5 +1,5 @@
{
"stable": "0.20.2.1",
"portable": "0.20.2.1",
"dev": "31709.2023.1.29-dev"
"dev": "31739.2023.2.2-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>31709.2023.1.29-dev</version>
<version>31739.2023.2.2-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31709-2023-01-29-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31739-2023-02-02-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'AADC2440A5241D1C68BA654220A795D1CF75215B55D92A5D4AADF8551CC37F69'
checksum64 = '3287E0C643ACD5906B19F258C6B21E5588DEE7FE5A39C4CC2124CE36E536D8EA'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.0.9</version>
<version>9.0.10</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
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.0.9'
$version = '9.0.10'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
10 changes: 5 additions & 5 deletions automatic/selenium-gecko-driver/legal/VERIFICATION.txt
Expand Up @@ -3,20 +3,20 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/mozilla/geckodriver/releases/tag/v0.32.0>
location on <https://github.com/mozilla/geckodriver/releases/tag/v0.32.1>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-win64.zip>
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.1/geckodriver-v0.32.1-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.1/geckodriver-v0.32.1-win64.zip>
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: EC7DF877A4C8B30B96E00306EA01A203B18283735AFEAB56976C50CD30BEB4B5
checksum64: BC4F260003886A5171D1FB4BF54AF608DF9B5A43FC9085A774B058496F9F8B5D
checksum32: 01F2BBE4065EB4698E4221088C948CEF60CB76AB22E5622B69872FEC32733191
checksum64: 8582B87A6BAA1F7156E66F2EFB1C591337943FE4EA1541E6AFBDFC0501F6E335

File 'LICENSE.txt' is obtained from: https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt
which is mentioned in their GitHub repository to be the correct license here: https://github.com/mozilla/geckodriver#source-code
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-gecko-driver</id>
<version>0.32.0</version>
<version>0.32.1</version>
<title>Selenium Gecko Driver</title>
<authors>Mozilla</authors>
<owners>chocolatey-community,hans0</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1
Expand Up @@ -9,8 +9,8 @@ $packageArgs = @{
packageName = 'selenium-gecko-driver'
softwareName = "Gecko WebDriver"

file = "$toolsDir\geckodriver-v0.32.0-win32.zip"
file64 = "$toolsDir\geckodriver-v0.32.0-win64.zip"
file = "$toolsDir\geckodriver-v0.32.1-win32.zip"
file64 = "$toolsDir\geckodriver-v0.32.1-win64.zip"
destination = $seleniumDir
}

Expand Down

0 comments on commit 5f14a47

Please sign in to comment.