Skip to content

Commit

Permalink
AU: 3 updated - pycharm pycharm-community rocrail
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 27, 2019
1 parent 238924c commit d230ac5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/pycharm-community/pycharm-community.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2018.3.5</version>
<version>2019.1</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar; klondikemarlen</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/pycharm-community/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/python/pycharm-community-2018.3.5.exe'
$checksum = '8873959b164223b0a1db3174255c821380c2e0cf70de681c5f163e9b3cee6463'
$url = 'https://download.jetbrains.com/python/pycharm-community-2019.1.exe'
$checksum = 'feae17d499b332fee12a6b1e21fd83dc55bc1bdb99e7d653b7823f586f7f52ab'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
2 changes: 1 addition & 1 deletion automatic/pycharm/pycharm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2018.3.5</version>
<version>2019.1</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar; Sanshiro</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/pycharm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/python/pycharm-professional-2018.3.5.exe'
$checksum = '164a20e0f3e6d95432b2470eaaa1507497bb12d7a011be2158c2c5058ff9848f'
$url = 'https://download.jetbrains.com/python/pycharm-professional-2019.1.exe'
$checksum = 'f8c2253cf9f2b39bd5ff74b6c115273aef3c59a6aaa2eff4b079fdfd312942aa'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
2 changes: 1 addition & 1 deletion automatic/rocrail/rocrail.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.15225</version>
<version>0.15228</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/rocrail/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15225-win32.exe'
$checksum32 = '628376f35f73de430fe878128bc8725616ffafd5aaa1d964abf953848eaa15b6'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15225-win64.exe'
$checksum64 = '93d5f583c730dada607d7d7f2964eb96619ee2d812503c7c9b1a0901c3675023'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15228-win64.exe'
$checksum64 = '7d11c12a6e3ef7da510182d8eecc067591d50b0dfc87200acce432720157bf41'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d230ac5

Please sign in to comment.