Skip to content

Commit

Permalink
AU: 2 updated - clion-ide evernote
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 18, 2019
1 parent 42e829a commit 863ac04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/clion-ide/clion-ide.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.3.1</version>
<version>2019.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</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/clion-ide/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/cpp/CLion-2019.3.1.exe'
$checksum = '0598a13ebd17e0ee6458a3e5f2a6c581333727ef5845bac73668dc5ac2ce4b08'
$url = 'https://download.jetbrains.com/cpp/CLion-2019.3.2.exe'
$checksum = 'b840cb68346e84e8320d7f456523261cf3bbb3024392816e155a8ac3d099367e'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
2 changes: 1 addition & 1 deletion automatic/evernote/evernote.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>6.21.2.8717</version>
<version>6.22.3.8816</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/evernote/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ elseif ($osInfo.ProductType -ne 1) {
}

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn1.evernote.com/win6/public/Evernote_6.21.2.8716.exe'
$checksum = '495f4b17ff1d558054f450fdbd27d1c753040dcf46a664c1075f95b401fe8040'
$url = 'https://cdn1.evernote.com/win6/public/Evernote_6.22.3.8816.exe'
$checksum = '9975de88d73efe05dc7170f6498f9da1ee8669d1ee97c0f447761a8548316207'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 863ac04

Please sign in to comment.