Skip to content

Commit

Permalink
AU: 2 updated - sysinternals typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 14, 2018
1 parent 52553cd commit f079975
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2018.4.30</version>
<version>2018.5.14</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'dbee3829e2c52f4a4d5c4a3969dc23ff9ca7323b5dec4d3b135d834bf3c03124'
checksum = '2c527c42998a1bef2c67d48180a8f83a5dc1b309037b36dd35ab4ac9e5fdecec'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'ab8b9557414ae299b9a24a6054bf8d39ddd96bc55e9ad157dfcc43f355b5b0f4'
$packageArgs.checksum = '1217c890244a324628078bb6826496260e8e44eb40ab20761bc2d76398fa276c'
}

$old_path = 'c:\sysinternals'
Expand Down
2 changes: 1 addition & 1 deletion automatic/typescript/typescript.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>typescript</id>
<version>2.8.3</version>
<version>2.8.3.20180514</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey, Microsoft</owners>
<title>TypeScript</title>
Expand Down

0 comments on commit f079975

Please sign in to comment.