Skip to content

Commit

Permalink
AU: 2 updated - pingplotter typescript-vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 12, 2018
1 parent 81e6c1a commit 329b684
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pingplotter/pingplotter.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>pingplotter</id>
<version>5.8.2</version>
<version>5.8.4</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/pingplotter</packageSourceUrl>
<owners>flcdrg</owners>
<title>PingPlotter for Windows</title>
Expand Down
2 changes: 1 addition & 1 deletion pingplotter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$checksum = '31a0da120fedff54222ff7cb0e6eec610687b76adfd1ef5b8f642d4bf143b62c'
$checksum = 'bb255a1baa6a38dd9a437fe5960403e2b1f0f0052203e4608aeb045b11a32b96'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
6 changes: 3 additions & 3 deletions typescript-vs2015/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageName= 'typescript-vs2015'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.microsoft.com/download/6/D/8/6D8381B0-03C1-4BD2-AE65-30FF0A4C62DA/3.2.1-TS-release-dev14-update3-20181129.3/TypeScript_Dev14Full.exe'
$checksum = '4149d9667cc43b4f7bb59e3d99b8671a05f15a9ecb409b182ee403dd16fc0afe'
$installVersion = '3.2.1.0'
$url = 'https://download.microsoft.com/download/6/D/8/6D8381B0-03C1-4BD2-AE65-30FF0A4C62DA/3.2.2-TS-release-dev14-update3-20181208.1/TypeScript_Dev14Full.exe'
$checksum = '383b099bf6e9ede4e7c6cd2d5392f8ba13b6063f136a8aacfb379288408581df'
$installVersion = '3.2.2.0'
$softwareName = "TypeScript Tools for Microsoft Visual Studio 2015 $installVersion"

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion typescript-vs2015/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$packageName = 'typescript-vs2015'
$installVersion = '3.2.1.0'
$installVersion = '3.2.2.0'
$softwareName = "TypeScript Tools for Microsoft Visual Studio 2015 $installVersion"

$installerType = 'EXE'
Expand Down
4 changes: 2 additions & 2 deletions typescript-vs2015/typescript-vs2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>typescript-vs2015</id>
<title>TypeScript for Visual Studio 2015</title>
<version>3.2.1.0</version>
<version>3.2.2.0</version>
<authors>Microsoft</authors>
<owners>flcdrg</owners>
<summary>TypeScript is a language for application-scale JavaScript development. It is included in Visual Studio 2015. </summary>
Expand All @@ -27,7 +27,7 @@ This is a standalone, power tool release of TypeScript for Visual Studio 2015. I
<licenseUrl>https://raw.githubusercontent.com/Microsoft/TypeScript/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://cdn.rawgit.com/ferventcoder/chocolatey-packages/bd3902ea9e357d5d1b3ece2977f02e5ef60ca84a/icons/typescript.png</iconUrl>
<releaseNotes>https://github.com/Microsoft/TypeScript/releases/tag/v3.2.1</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/releases/tag/v3.2.2</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 329b684

Please sign in to comment.