Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
AU: 1 updated - plasso
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed May 4, 2018
1 parent 259c052 commit f2ea7bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/plasso/plasso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>plasso</id>
<version>9.0.0.442</version>
<version>9.0.0.452</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/plasso</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Process Lasso</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/plasso/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
$ErrorActionPreference = 'Stop'
$ServerOS = (Get-WmiObject -Class Win32_OperatingSystem).Caption
$pp = Get-PackageParameters
$pp = Get-PackageParametersBuiltIn

$packageName = 'plasso'
$url = 'https://bitsum.com/files/processlassosetup32.exe'
$url64 = 'https://bitsum.com/files/processlassosetup64.exe'
$checksum = 'fc58608db5a242fad466dd41491c34295c364eddfdf0591a7b50bb3c177cc138'
$checksum64 = '65ce6abe325883593d976b2cb19f9d3117609c2cefa408d10a29e9f879eb982f'
$checksum = '95057439a34c352ce664e1cebfa1c6655b14b53e1e46a5f679b442aa0e1a426b'
$checksum64 = 'eb752d1bbf334b44eb1eba653268c11b8fe8068dc869d0e1f89cec4ff547d000'

$checksumType = 'sha256'

$surl = 'https://bitsum.com/files/server/processlassosetup32.exe'
$surl64 = 'https://bitsum.com/files/server/processlassosetup64.exe'
$schecksum = '68b2ceba6a175584a9ad23d112f294d73f87b094ffdbfc3b3e268bbaf9e50bcd'
$schecksum64 = '500cfb4432b8715747d9a1ec00d131ee44757028c44917361410842ea84081bb'
$schecksum = 'f3aeb20860e9c18424bcdab27ef6a73e8e689ac3b3412270d3936db9a5991aa4'
$schecksum64 = 'c23421dd55e67834f4cdf4f23ebaa07369dc24fb94d1c6edb529b0dd1948f1d9'

if (!$pp['language']) { $pp['language'] = 'English' }
if (!$pp['gui_start_type']) { $pp['gui_start_type'] = 'all,uac' }
Expand Down

0 comments on commit f2ea7bd

Please sign in to comment.