Skip to content

Commit

Permalink
AU: 2 updated - iguana.install resharper-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 4, 2020
1 parent bc988dd commit a697df8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion iguana.install/iguana.install.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>iguana.install</id>
<version>6.1.3</version>
<version>6.1.4</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages</packageSourceUrl>
<owners>flcdrg</owners>
<title>Interfaceware Iguana (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions iguana.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName= 'iguana.install'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'http://dl.interfaceware.com/iguana/windows/6_1_3/iguana_6_1_3_windows_x64.zip'
$checksum64 = '81c784eae9b54fb0b6132e6492dac7a9130af2dd4e7f28d4e6b8ca0001c42e15'
$url64 = 'http://dl.interfaceware.com/iguana/windows/6_1_4/iguana_6_1_4_windows_x64.zip'
$checksum64 = '848af4a03b5ae38650d4e9ef58c2a41912b2076ac79e27c3c58ba3927f8d9fc2'

$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion resharper-platform/resharper-platform.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "203.0.20201126.223312-eap09",
"Release-Eap": "203.0.20201201.134949-eap10",
"Release": "202.0.20200925.65104"
}
4 changes: 2 additions & 2 deletions resharper-platform/resharper-platform.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<id>resharper-platform</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-platform</packageSourceUrl>
<version>203.0.20201126.223312-eap09</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3-EAP9</title>
<version>203.0.20201201.134949-eap10</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3-EAP10</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/dotnet/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jetbrains/chocolatey/master/ReSharper/logo.png</iconUrl>
Expand Down
6 changes: 3 additions & 3 deletions resharper-platform/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filename = 'JetBrains.dotUltimate.2020.3.EAP9.Checked.exe'
$checksum = 'a130041684c7c539e117b1a047777710efa438f6bd088b7cf8b7f5156e2d19b5'
$filename = 'JetBrains.dotUltimate.2020.3.EAP10.Checked.exe'
$checksum = '8d3657ca98837813c8eaed525fd851b1c29f7d1cad2fc044e1abb0117767a525'

$url = 'https://download.jetbrains.com/resharper/dotUltimate.2020.3.EAP9/JetBrains.dotUltimate.2020.3.EAP9.Checked.exe'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2020.3.EAP10/JetBrains.dotUltimate.2020.3.EAP10.Checked.exe'
$packagePath = $(Split-Path -parent $toolsDir)
$installPath = Join-Path $packagePath $filename

Expand Down

0 comments on commit a697df8

Please sign in to comment.