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

Commit

Permalink
AU: 2 updated - duckietv plasso
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Mar 27, 2018
1 parent 7e076e2 commit 133c702
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/duckietv_pre/duckietv_pre.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>duckietv</id>
<version>2018.0326.0130-nightly</version>
<version>2018.0327.0130-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand Down
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.440</version>
<version>9.0.0.442</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 = 'c7d240a26cc590634edbc04a9b87600c8423ce3ed51e537782a1a127a5a9d07e'
$checksum64 = '8b4454f93bfb5b4d1c9da2c05b4073b9dd4375d78447c6643282edc3e9ec8644'
$checksum = '4a3844c31248636e6fd23afde76e96abeb1a589e9fceadb995b2b486295ef9f4'
$checksum64 = 'f020912dd40b20d06897c65931921e8e4c1c0259490842706835173f9455e449'

$checksumType = 'sha256'

$surl = 'https://bitsum.com/files/server/processlassosetup32.exe'
$surl64 = 'https://bitsum.com/files/server/processlassosetup64.exe'
$schecksum = 'd50acd0cd38b7f208dc1f33619e597ff5ac8b15320af24dd45ce3a4f60dd1dfd'
$schecksum64 = 'ecdabd02eff63ec5d1f7958c734968fab540928ed43bfbe71a6ee5b97d178986'
$schecksum = 'cdc17f68275d10a2ff41e9c9b416e72bfedcc812d5f990441895c71fe62c5d14'
$schecksum64 = 'a885f39daa5da4606cbfe66b6206480d47f7c55e6f5784ae99e0652dfd2cd19a'

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

0 comments on commit 133c702

Please sign in to comment.