Skip to content

Commit

Permalink
AU: 2 updated - evernote viber
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 4, 2024
1 parent 445ee29 commit f6f0ffd
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
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.89.2</version>
<version>10.91.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"71068fa0c5e81f69db1a410275115b49"|10.89.2
"95a877fc961ed0170c2a42a312084ef2"|10.91.1
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 = '7A955C2D73720EA55B55DC3B808DD8F6BE90B143E44141119D4CA6124C13D5C6'
$checksum = 'CF606998B9821C0F3E66A1ECC5106A1832BB857D2EEA14F9DB8861C2F702F426'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"8372026ad67736a3fd080edcab6c78c5"|22.8.0.0
"296e215338063421086748e5aee04cef"|22.8.1.0
2 changes: 1 addition & 1 deletion automatic/viber/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum = '556B9AF506FB4B7AB246D9093A5ABFD1507B02F1357C9987E9595D793E01EF6A'
$checksum = 'B3D9CEBAEAEB2B66123293642F08FB54F2142D66A4C5F9E308725918C3DF0F32'
$checksumType = 'sha256'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/viber.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>22.8.0.0</version>
<version>22.8.1.0</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

0 comments on commit f6f0ffd

Please sign in to comment.