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 Mar 13, 2018
1 parent d22e64a commit 66a307c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.426</version>
<version>9.0.0.440</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/plasso</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Process Lasso</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/plasso/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ $pp = Get-PackageParameters
$packageName = 'plasso'
$url = 'https://bitsum.com/files/processlassosetup32.exe'
$url64 = 'https://bitsum.com/files/processlassosetup64.exe'
$checksum = '57588a44f073881ba7f1552e1109eeff2ff5533cbcd22cf1d96e698c8468c86d'
$checksum64 = '5f90720301ebadac71699c9d5ef6232df8dd95e135ac34da54b6cc9e8780633f'
$checksum = '5b1a4ee17de861e90436e3016549660ee4b3c222da27f408ed6e1e93583ffd1e'
$checksum64 = 'ae6ae456a4b07ecf98a87ffc92e7c5bec55d8e1f076ce5dab6eed6cc639b1911'

$checksumType = 'sha256'

$surl = 'https://bitsum.com/files/server/processlassosetup32.exe'
$surl64 = 'https://bitsum.com/files/server/processlassosetup64.exe'
$schecksum = 'b561335731c6db2e85b9ee145a8beda64ca941eced3444fb02ba217abc79e323'
$schecksum64 = '76d39042774c513ce6bd25e47b66fc572e60b942b0a9e50312c2b6c2730b3d90'
$schecksum = '0b1484aed069b04cfdd972477c5dd4d19b6121cf8bfa4daf70e7b8ca8a71d055'
$schecksum64 = '85317b3eac01e82114345ee316b27715f1994fec9d406ff5aba7035180a3d14d'

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

0 comments on commit 66a307c

Please sign in to comment.