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 Sep 2, 2017
1 parent feb6128 commit 87ccec2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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 @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>duckietv</id>
<version>2017.0831.0130-nightly</version>
<version>2017.0902.0130-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/duckietv_pre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageName = 'duckietv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708310130/DuckieTV-201708310130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708310130/DuckieTV-201708310130-windows-x64.zip'
$checksum32 = '13DC5FAD485EE2BA333A1BBA2B421E3E9C22754461E408D021C93BAC4B111242'
$checksum64 = 'F2638A35AA4C8917EB862A18F78BAAE8E7A0FACBE8B1F9D7B39C720A381A7E09'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709020130/DuckieTV-201709020130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709020130/DuckieTV-201709020130-windows-x64.zip'
$checksum32 = '819A8C6372FCC02E37388577A77324877FBFE18EF1838799AA22FF8BBD7A7FA9'
$checksum64 = '9F88B8F6730001EE5B1B9DA2B3336EB324ED1B38ABE70EF6923E201DD39A792E'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = $ENV:PROCESSOR_ARCHITECTURE -replace ("amd", "") -replace ("x86", "32")
Expand Down
6 changes: 3 additions & 3 deletions automatic/plasso/plasso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>plasso</id>
<version>9.0.0.394</version>
<version>9.0.0.398</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/centbrowser</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Process Lasso</title>
<authors>Jeremy Collake</authors>
<projectUrl>https://bitsum.com/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/JourneyOver/chocolatey-packages/master/icons/plasso.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/JourneyOver/chocolatey-packages/c28e2ded32fc8910b6227c10fdaf5cd0c17091c3/icons/plasso.png</iconUrl>
<copyright>Bitsum LLC © 2002-2017 - All Rights Reserved Worldwide</copyright>
<licenseUrl>https://bitsum.com/our-copyright-notice/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down Expand Up @@ -46,4 +46,4 @@ Event logging
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
10 changes: 5 additions & 5 deletions automatic/plasso/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ $ServerOS = (Get-WmiObject -class Win32_OperatingSystem).Caption
$packageName = 'plasso'
$url32 = 'https://bitsum.com/files/processlassosetup32.exe'
$url64 = 'https://bitsum.com/files/processlassosetup64.exe'
$checksum32 = 'B77ABBEB105D615EE949D936BC9C0B9690EE4790F733A39039988FC2AF9525D0'
$checksum64 = 'FEC50E6346374148796AAEF4CEC4307BCDE8D496E6D502E26049F358C596EB17'
$checksum32 = 'd219b70ce097bdff9664c4343dcb53dbcecfaba51e75027f95034bf1da0fe7ea'
$checksum64 = '132a96fa063219ea8512482fe7e9f11015244fc59f8c5565f44eebd0b6ab036d'

$surl32 = 'https://bitsum.com/files/server/processlassosetup32.exe'
$surl64 = 'https://bitsum.com/files/server/processlassosetup64.exe'
$schecksum32 = 'FA36E44D5A9F26C7B1328F201391A1175D245DD0C1D12D84635AF080BEF4EE5F'
$schecksum64 = 'A0ADC29ABA2FF9CFE9A9F0A61ED34E4A73A9E94174EDD32B7F1EB2FD3618BBD2'
$schecksum32 = '49d49e130203dc531423fb90821d1286b7e2651a586c931b43d47cbca8b1f7d7'
$schecksum64 = 'ed1d6aa55f55e500af70ae63344421ba08e49520a9cf19587f1151855a4cf8f9'

$packageArgs = @{
packageName = $packageName
Expand All @@ -35,4 +35,4 @@ If ($ServerOS -match "Server") {
write-host Installing Workstations Version
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit 87ccec2

Please sign in to comment.