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 29, 2021
1 parent bc2a2a2 commit eda31ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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>7.0.7</version>
<version>7.1.0</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 = '7.0.7'
$version = '7.1.0'

$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/d06d2f1d6245ce00b1c36a9cd81a9087d225173e/VSCodeSetup-ia32-1.55.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d06d2f1d6245ce00b1c36a9cd81a9087d225173e/VSCodeSetup-x64-1.55.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/26a60dbecacc8bdacc06f7681ebe95398878a1cd/VSCodeSetup-ia32-1.55.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/26a60dbecacc8bdacc06f7681ebe95398878a1cd/VSCodeSetup-x64-1.55.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '85869dadce9cc1f4c18ca8b748da7870719d12dfa446e778d78ee5d8571220d755ff9bc14a3adc4b4b9786ed769775c690738983e8eac66dde57402c5e9566d3'
checksum = '68fe53577c7747c8fad3eaacb87e134e11a02cd3e92d879dd51ec6749765500ab60b350ec56bdabd4d3ef32c3aac70cc4160260c4a2003944349c1a93c81bde9'
checksumType = 'sha512'
checksum64 = '68f21b9215a0ae7739556a4752705aab3d0ef703de96ce0ec2cc3dd6aac7167f0d7e6b5b31ea3825ced57f16b44ad964238c9d0e8cc1256f6564905c6185ec2a'
checksum64 = 'f7ec7d56868d031bddc861e19c5026d6739ddff6460b1a19c118ae583a2daadf97fa9bcbbd7b14eb5a3d6261c8bca48c2068ab7d7fe6f96518eb2d9dddc8d656'
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.55.0.20210326</version>
<version>1.55.0.20210329</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.55.0.20210326</version>
<version>1.55.0.20210329</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.55.0.20210326]" />
<dependency id="vscode-insiders.install" version="[1.55.0.20210329]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit eda31ea

Please sign in to comment.