Skip to content

Commit

Permalink
AU: 2 updated - evernote tomtom-mydrive-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 31, 2024
1 parent 20037f7 commit 9957e38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/evernote/evernote.nuspec
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.73.4</version>
<version>10.74.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 Down
2 changes: 1 addition & 1 deletion automatic/evernote/info
@@ -1 +1 @@
"d16014969bae82b6accde6671d0f1f37"|10.73.4
"29ebbd92a224afd516438da7c59cc77f"|10.74.1
2 changes: 1 addition & 1 deletion automatic/evernote/tools/chocolateyInstall.ps1
Expand Up @@ -14,7 +14,7 @@ elseif ($osInfo.ProductType -ne 1) {

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://win.desktop.evernote.com/builds/Evernote-latest.exe'
$checksum = '05F1BF44D0EDEEEB6DBA178BD0F6B22968C6A6E5EA46801AE3D780A787EA17CD'
$checksum = '741B1AF5FD088948DE05B0A6A8E6ABE009B10CA144DB2A4CA2A39EEBBACCF3B0'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/tomtom-mydrive-connect/info
@@ -1 +1 @@
"44fe6e0-600c337241c00"|4.3.6.5021
"44f8c78-60fbf06789580"|4.4.0.5040
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>4.3.6.5021</version>
<version>4.4.0.5040</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
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn.sa.services.tomtom.com/static/sa/Windows/InstallTomTomMyDriveConnect.exe'
$checksum = 'DC8973AF9D96F7DD913E0D92606AE6F0724B41C58C73B360CC7DC0E0EB66A460'
$checksum = '7E8C6C79B9C0236F9A66A5EBD2F56E37444C3CB2AC58A85CA6DEEC2F73C1180D'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 9957e38

Please sign in to comment.