Skip to content

Commit

Permalink
AU: 2 updated - evernote jetbrains-youtrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 3, 2022
1 parent 662f0b7 commit af40d39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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>10.31.6</version>
<version>10.32.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/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/boron/win/builds/Evernote-10.31.6-win-ddl-ga-3237-31284dfc1e-setup.exe'
$checksum = 'a14e550f51e5e2cbf4d4349571dbf8e02fbc67fd3cfdf76a21fd355a837fb59f'
$url = 'https://cdn1.evernote.com/boron/win/builds/Evernote-10.32.4-win-ddl-ga-3265-c8b59ac451-setup.exe'
$checksum = 'fe9f237c428a8deb0faee6b7471cd95ca1e15bfa3d1076849d05c4dea5e6e6d2'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrains-youtrack/jetbrains-youtrack.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>2022.1.43563</version>
<version>2022.1.43700</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/jetbrains-youtrack/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/charisma/youtrack-2022.1.43563.msi'
$checksum = 'a919217e5805f5257be35f92427402de55d18280b8e09c75d6346d081d59939c'
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.1.43700.msi'
$checksum = '6a45826d00fd8decfeb792040aa945c07afd9e14e91eb2db7a66d5c2586f3fe5'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit af40d39

Please sign in to comment.