Skip to content

Commit

Permalink
AU: 1 updated - powertoys
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 30, 2024
1 parent 0a9c0ed commit 7ecf88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/powertoys/powertoys.nuspec
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.77.0</version>
<version>0.78.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
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = "0.77.0"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.77.0/PowerToysSetup-0.77.0-x64.exe'
$checksum64 = '1b6d4247313c289b07a3bf3531e215b3f9bedbe9254919637f2ac502b4773c31'
$version = "0.78.0"
$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.78.0/PowerToysSetup-0.78.0-x64.exe'
$checksum64 = '19e025381588abaec209cdd0a18bb779ee58fc24646d898c2a7c38a4858eaedb'

$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
Expand Down

0 comments on commit 7ecf88c

Please sign in to comment.