Skip to content

Commit

Permalink
AU: 3 updated - powertoys viber vscode-ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 4, 2024
1 parent 59f7b43 commit 9113e5f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/powertoys/powertoys.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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>0.79.0</version>
<version>0.80.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>Microsoft</owners>
<!-- ============================== -->
Expand Down
6 changes: 3 additions & 3 deletions automatic/powertoys/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = "0.79.0"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.79.0/PowerToysSetup-0.79.0-x64.exe'
$checksum64 = '3fd2a6bd9c8f8973bfbbf5db9236c3d8af3ae57e5aec275ddeb5ef31581f80fe'
$version = "0.80.0"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.80.0/PowerToysSetup-0.80.0-x64.exe'
$checksum64 = '2d17c1920d970332d93449184d7c2470052686fd4b3eb8ed49ef6475d1d1d62f'

$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"31b81193ecadc8b76f8e835d010da8ec"|22.4.0.3
"52697175cfca4ffd1228f36f10d9c546"|22.4.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 = '6BFB786BBA9790FC65717C11637E47E4A7569CFCE61044FD830D477DFAB81008'
$checksum = '54693809BD86839F247CA65086AF330C03E5AB47E231FE0C254158F809EF047D'
$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.4.0.3</version>
<version>22.4.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
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# clean up old extension
Uninstall-VsCodeExtension -extensionId 'vscoss.vscode-ansible'

Install-VsCodeExtension -extensionId 'redhat.ansible@2.13.148'
Install-VsCodeExtension -extensionId 'redhat.ansible@24.4.1517886'
2 changes: 1 addition & 1 deletion automatic/vscode-ansible/vscode-ansible.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>2.13.148</version>
<version>24.4.1517886</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 9113e5f

Please sign in to comment.