Skip to content

Commit

Permalink
AU: 3 updated - mkdocs-material vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 27, 2022
1 parent ad09674 commit c23c448
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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>8.2.7</version>
<version>8.2.8</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down Expand Up @@ -32,7 +32,7 @@ Material is a theme for [MkDocs](http://www.mkdocs.org/), an excellent static si
<releaseNotes>https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="MkDocs" version="1.2.3" />
<dependency id="MkDocs" version="1.3.0" />
</dependencies>
</metadata>
<files>
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 = '8.2.7'
$version = '8.2.8'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/616cad0638d0c6d436abcf42fb85a8e333b7d705/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/616cad0638d0c6d436abcf42fb85a8e333b7d705/VSCodeSetup-x64-1.66.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/10dc49b279e2f8ab0194a0e831ade4ea773b8a55/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/10dc49b279e2f8ab0194a0e831ade4ea773b8a55/VSCodeSetup-x64-1.66.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'dd7434ba5cf3592a300095b7f04b13a3f1396398f848e5cf7bc19cc2bb95b0ebb3e0b8e4463340869e1fc1036bd2a7dd6fb3548f6f0c1de8a3343d7a34a657b8'
checksum = 'ce24cc9e846ac9d3256552f3a5850ad5f2fc7c654d066910d6b847b6172492d5f91d2b150f9742e1dc7e8199c0ee4349af77226726ba79bea04f641f85aae964'
checksumType = 'sha512'
checksum64 = 'd92061a32e75afe053fe7c6c14aa35af175569868bbaa16069a783632d52c2c78bd7b08f2b4e21411f76f17d033f6029853b79a9632cc5722b36c4350eb3cae1'
checksum64 = 'b124daf9ba7046c187d41390df13de3a27307bbdef44f7ef87036afc484c811a6ede890f01e44d4f7357c21b9be252f2286705b8f53e27f5dbab78842e222eb7'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.66.0.20220325</version>
<version>1.66.0.20220327</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.66.0.20220325</version>
<version>1.66.0.20220327</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.66.0.20220325]" />
<dependency id="vscode-insiders.install" version="[1.66.0.20220327]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit c23c448

Please sign in to comment.