Skip to content

Commit

Permalink
AU: 2 updated - freecad mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 29, 2023
1 parent 5a11329 commit e5a0f35
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.20.2.1",
"portable": "0.20.2.1",
"dev": "31695.2023.1.26-dev"
"dev": "31709.2023.1.29-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>31695.2023.1.26-dev</version>
<version>31709.2023.1.29-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
Original file line number Diff line number Diff line change
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-31695-2023-01-26-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31709-2023-01-29-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '645C907E009795CAF395DC1D16504F6CE0095E02C3A950F3C1327334ED6B8510'
checksum64 = 'AADC2440A5241D1C68BA654220A795D1CF75215B55D92A5D4AADF8551CC37F69'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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.0.7</version>
<version>9.0.8</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.0.7'
$version = '9.0.8'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down

0 comments on commit e5a0f35

Please sign in to comment.