Skip to content

Commit

Permalink
AU: 1 updated - laps
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed May 10, 2021
1 parent 37a40bc commit 392e583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/laps/laps.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>6.2.0.20210403</version>
<version>6.2.0.20210510</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>virtualex</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/laps/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.microsoft.com/download/C/7/A/C7AAD914-A8A6-4904-88A1-29E657445D03/LAPS.x86.msi'
$checksum = '9f0fa541b472c20508973f561b0d7850a7bf779c8459f9e33471083619fd6eda'
$checksum = 'fddab92f98e08e2cae0e025f4cf2cdd5f0d87c8dfc5719045933d8f0130aff4d'
$checksumType = 'sha256'
$url64 = 'https://download.microsoft.com/download/C/7/A/C7AAD914-A8A6-4904-88A1-29E657445D03/LAPS.x64.msi'
$checksum64 = 'f63ebbc45e2d080630bd62a195cd225de734131a56bb7b453c84336e37abd766'
$checksum64 = '0001dd763cc74d37e3979e016ffcd0512d91494a0b3b7270c7a3bb4e1915f6d1'
$checksumType64 = 'sha256'
$pp = Get-PackageParameters

Expand Down

0 comments on commit 392e583

Please sign in to comment.