Skip to content

Commit

Permalink
AU: 4 updated - game-collector movie-collector pycharm rocrail
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 19, 2018
1 parent bfb56cc commit becdc8d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/game-collector/game-collector.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>19.0.3</version>
<version>19.0.4</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/game-collector/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 = 'http://installers.collectorz.com/game-win/gamecollectorsetup1903.exe'
$checksum = '60948779ef4a255222838dd96cd30a15fd172f2bc3a5213bff9a35e823a2de99'
$url = 'http://installers.collectorz.com/game-win/gamecollectorsetup1904.exe'
$checksum = 'f8c6968bfc198ef0b7bcd6322171f11ba229451b72ebcdf6c0ab673985eace4f'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/movie-collector/movie-collector.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>19.0.3</version>
<version>19.0.4</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/movie-collector/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 = 'http://installers.collectorz.com/movie-win/moviecollectorsetup1903.exe'
$checksum = '41ae8782701ce9f30c376ed1c4bffed612e73727672d2c5b98c62eb1369ee4ac'
$url = 'http://installers.collectorz.com/movie-win/moviecollectorsetup1904.exe'
$checksum = 'cd2a91ba2dfec3715607c9c5bf271ba6aac7d4790995037bf6912384242990ee'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
7 changes: 4 additions & 3 deletions 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.2.3</version>
<version>2018.3.2</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 All @@ -47,7 +47,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/pycharm</packageSourceUrl>
<docsUrl>https://www.jetbrains.com/pycharm/documentation/</docsUrl>
<summary>Python IDE for Professional Developers</summary>
<description>[official JetBrains project](http://jb.gg/badges/official-plastic.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
<description><![CDATA[[official JetBrains project](http://jb.gg/badges/official-plastic.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
# ALL THE PYTHON TOOLS IN ONE PLACE
Be More Productive
Save time while PyCharm takes care of the routine. Focus on the bigger things and embrace the keyboard-centric approach to get the most of PyCharm’s many productivity features.
Expand All @@ -65,7 +65,8 @@ PyCharm knows everything about your code. Rely on it for intelligent code comple
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.</description>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
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.1.exe'
$checksum = '97139aaafc5a881eb95bfa0cbde7d411e093958d21c7757c1cca341330fccb79'
$url = 'https://download.jetbrains.com/python/pycharm-professional-2018.3.2.exe'
$checksum = 'f0abc2a34bbe8d4128a42cce69fd4ff618b8330e3a021bff13b5defa7c22c7ee'
$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.14712</version>
<version>0.14714</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-14712-win32.exe'
$checksum32 = 'a90cf77ca891de21ab53b6d28e1293693715eb5f9db86986143bfb55f03cb7e6'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14712-win64.exe'
$checksum64 = 'c1559ca3540faf6bbbc9828c9bf13654b0db22f2562ff3ab81ed40a145c549c5'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14714-win64.exe'
$checksum64 = 'e727b038de89fbb43a476da9f26d475c63362d75104c3606b8360f5751a0f301'
$checksumType64 = 'sha256'


Expand Down

0 comments on commit becdc8d

Please sign in to comment.