Skip to content

Commit

Permalink
AU: 2 updated - jetbrains-youtrack viber
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Aug 25, 2022
1 parent 8e655f6 commit 9641bd3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.2.53354</version>
<version>2022.2.53793</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.2.53354.msi'
$checksum = '3856deac39b02ac59f91c242b8666f69e63a9ff22c3354523b714b4a1f469a58'
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.2.53793.msi'
$checksum = '347bc962ab8fcfe0a922c1e97d72d211c06af58c1a1527a757f05b78038f08b6'
$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 @@
"9edf5c3ceaec7bdec30b99c1257f4e83-8"|18.2.0.1
"919578d821368d64fc3add65e0343864-8"|18.3.0.1
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 = 'B91848A987FA85C2095C128A47A98495B45725A02B37AC277E6EDDA314AE3F90'
$checksum = '7A6C04A9A69D123ABDD0EED1706FF09E037BCAA14AEAD325066E85113D64B2D4'
$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>18.2.0.1</version>
<version>18.3.0.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

0 comments on commit 9641bd3

Please sign in to comment.