Skip to content

Commit

Permalink
AU: 1 updated - lastpass
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 11, 2019
1 parent 158a476 commit 03e32e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/lastpass/lastpass.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>4.32.0</version>
<version>4.33.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, Brian Dukes</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/lastpass/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$url32 = 'https://download.cloud.lastpass.com/windows_installer/lastpass.exe'
$checksum32 = 'bf77ea7beb6f5065f363e64db541f889e1c4d57e3fa36d9b94dc2d89d03dc430'
$checksum32 = '9354e7d164aa838af0e4835a8f1f7bc01ba591ccf43739fb0625b5ad43629882'
$checksumType32 = 'sha256'
$url64 = 'https://download.cloud.lastpass.com/windows_installer/lastpass_x64.exe'
$checksum64 = '21bd641143743e6ddb4e313aa7d448d2cf27c9c3914c8630f5b023723405b238'
$checksum64 = '9427dcc285bf574c7aab03e998e7c2062f0a3e62619048062bf956ebcf1b48fa'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 03e32e2

Please sign in to comment.