Skip to content

Commit

Permalink
AU: 2 updated - evernote scarm
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 18, 2024
1 parent 2093c37 commit a0b03b4
Show file tree
Hide file tree
Showing 5 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.85.2</version>
<version>10.85.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
2 changes: 1 addition & 1 deletion automatic/evernote/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"d124a16a91cf39caa41e8c428a975634"|10.85.2
"eeefb9de5e6a0298f5b2e871807feb61"|10.85.4
2 changes: 1 addition & 1 deletion automatic/evernote/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
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 = 'AE6D3CA951EB1E28BBE9E6D7ECD39648D4E8434435D8AF265951B29CEE66A0C3'
$checksum = 'BE9E362397425A9871ACED46B1A001721E917DAB121B5AFCB0724187179BD550'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/scarm/scarm.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>1.9.4</version>
<version>1.9.5</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/scarm/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://www.scarm.info/SCARMsetup_1_9_4.exe'
$checksum = '3130b51e462d3b1ae653ca630036697ba046daefd1a3f66d288714e6923a6752'
$url = 'https://www.scarm.info/SCARMsetup_1_9_5.exe'
$checksum = 'd5a267e12dc340f819e2c1c4867c36a13d3d66a0ecd0fb130c8c12cf626e3647'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit a0b03b4

Please sign in to comment.