Skip to content

Commit

Permalink
AU: 3 updated - intellijidea-edu opera-beta pycharm-edu
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 17, 2019
1 parent 42eaa4c commit ac82f48
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/intellijidea-edu/intellijidea-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>2019.2.1</version>
<version>2019.2.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</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/intellijidea-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/idea/ideaIE-2019.2.1.exe'
$checksum = 'b4d1598c0525e2078bf13d02468a2aa2447d12554b7c8033be02333fcfef2f62'
$url = 'https://download.jetbrains.com/idea/ideaIE-2019.2.2.exe'
$checksum = '9740965c5991cf82037faa351e28af1a5438b3775ebbb00dc1f1dbf054166012'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-beta/opera-beta.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>64.0.3417.41-beta</version>
<version>65.0.3467.7-beta</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 @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Opera Software</copyright>
<tags>browser opera beta cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-64/#b3417.41</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.7</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-beta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera-beta/64.0.3417.41/win/Opera_beta_64.0.3417.41_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/64.0.3417.41/win/Opera_beta_64.0.3417.41_Setup_x64.exe'
checksum = '65b2a2714bb05642ac1cc364328475010314d80bd9ec432330db829c63542a89'
checksum64 = '6f1426ae2d6cfa293df3be9e45a02a1afabb296f98a6e111a28a18791b67bcd0'
url = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.7/win/Opera_beta_65.0.3467.7_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.7/win/Opera_beta_65.0.3467.7_Setup_x64.exe'
checksum = '868eabb8aebd9b6137cca72424b91e96068d17f5e82df732a09c87f8bf377880'
checksum64 = 'c9a096bfe27241435c14cb419f937106980abb9660a15e88f20b5799a65409a9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '64.0.3417.41'
$version = '65.0.3467.7'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
2 changes: 1 addition & 1 deletion 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>2019.2.1</version>
<version>2019.2.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</owners>
<!-- ============================== -->
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-2019.2.1.exe'
$checksum = '279e43524eeeb55597c5dcfb244052dd554d7d4ea0066b1f2b82658ae126dfff'
$url = 'https://download.jetbrains.com/python/pycharm-edu-2019.2.2.exe'
$checksum = '7d105d835325de4d510bcd2b6d55a420a096d0eed280de09ccbdcfc2d55e73b3'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down

0 comments on commit ac82f48

Please sign in to comment.