Skip to content

Commit

Permalink
(lastpass) updated [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 17, 2019
1 parent 70b1527 commit 235de0d
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.33.0</version>
<version>4.33.0.20190917</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 = '9354e7d164aa838af0e4835a8f1f7bc01ba591ccf43739fb0625b5ad43629882'
$checksum32 = 'b05d16efd037e084be674089c9f4a68ff5518d6e48573e51f26a3848705de989'
$checksumType32 = 'sha256'
$url64 = 'https://download.cloud.lastpass.com/windows_installer/lastpass_x64.exe'
$checksum64 = '9427dcc285bf574c7aab03e998e7c2062f0a3e62619048062bf956ebcf1b48fa'
$checksum64 = '2401c795e7584c3a185e221cba77dbb422a82aa4ce97936534066f5ee9c79005'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 235de0d

Please sign in to comment.