From 488e85216651168769989db93051ef4c0ccfafb8 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 16 Mar 2022 14:16:19 +0000 Subject: [PATCH] AU: 1 updated - viber [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/b514b192c7f9b618371cade67d16f1c1b8f419ae --- automatic/viber/info | 2 +- automatic/viber/tools/chocolateyInstall.ps1 | 2 +- automatic/viber/viber.nuspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/viber/info b/automatic/viber/info index cc98e62bc..c3bd221cc 100644 --- a/automatic/viber/info +++ b/automatic/viber/info @@ -1 +1 @@ -"c8e68317e73e98100eb3c231281be071-7"|17.1.0.2 \ No newline at end of file +"29b3021e330b3f0a0bdb31ed2ed92ee6-7"|17.2.0.6 \ No newline at end of file diff --git a/automatic/viber/tools/chocolateyInstall.ps1 b/automatic/viber/tools/chocolateyInstall.ps1 index ff3375b36..2f1a735f9 100644 --- a/automatic/viber/tools/chocolateyInstall.ps1 +++ b/automatic/viber/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe' -$checksum = '59DCCB80EF566054EAB43021BA3EF01B00706326DA46286F76B43335286D23D7' +$checksum = '9984B1D7759F583921B0ECC7641CD72F03E8BF978895A22A41D31F90896F14F4' $checksumType = 'sha256' $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/automatic/viber/viber.nuspec b/automatic/viber/viber.nuspec index 33e6e3bca..d9d3ed559 100644 --- a/automatic/viber/viber.nuspec +++ b/automatic/viber/viber.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 17.1.0.2 + 17.2.0.6 Maurice Kevenaar