Skip to content

Commit

Permalink
AU: 2 updated - pycharm-edu viber
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 29, 2019
1 parent 444af53 commit 0fbe949
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions automatic/pycharm-edu/pycharm-edu.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</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</owners>
<!-- ============================== -->
Expand All @@ -47,9 +47,9 @@ 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-edu</packageSourceUrl>
<docsUrl>https://www.jetbrains.com/pycharm/documentation/</docsUrl>
<summary>PyCharm Edu - An Easy and Professional Tool to Learn &amp; Teach Programming with Python</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)
#Use a free &amp; open source solution
#Use a free & open source solution
PyCharm Edu is totally free and open source. This includes unlimited learning, course creation and distribution, and even developing Python applications.
#Everything you need, right out of the box
Expand All @@ -60,7 +60,8 @@ PyCharm Edu detects code problems and errors on the fly, as you go, and makes ed
**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-edu/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-edu-2018.3.exe'
$checksum = '876dd30159d53832a39af85a1dd1c8c124ae5169b40b9256fab9057c412d8f30'
$url = 'https://download.jetbrains.com/python/pycharm-edu-2019.1.exe'
$checksum = '0bc497e9ce3afbf4456418761569aa04f7b60b3fba9c8509a9de16ffa901f1e2'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"a4668b4fef862e3b4ebe65f4d6267b31-18"|10.5.0.23
"4fcd805cf0f7784ef9ba3b5dde1f892d-18"|10.6.0.32
2 changes: 1 addition & 1 deletion automatic/viber/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum = '6FFD82F66F14D77A533969C49DAF93AE53B09A265998EDBA4CD01A28B5836005'
$checksum = '6BF0EF90C48540F0369EC28343FD8BA59F461074A73A7AF793B83C7D2191EBD5'
$checksumType = 'sha256'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/viber.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>10.5.0.23</version>
<version>10.6.0.32</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

0 comments on commit 0fbe949

Please sign in to comment.