Skip to content

Commit

Permalink
AU: 3 updated - gramps procdump sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 28, 2021
1 parent a26cc8d commit 5327369
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/gramps/gramps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>gramps</id>
<title>Gramps</title>
<version>5.1.3.3</version>
<version>5.1.4.1</version>
<authors>Gramps Developers</authors>
<owners>tunisiano</owners>
<summary>Genealogical research software</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gramps/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://github.com/gramps-project/gramps/releases/download/v5.1.3/GrampsAIO-5.1.3-2_win32.exe'
$checksum = 'bbe69ebcf2f35f456243081593dcc87a7175967302638bd475a3a87ab4feb785'
$url = 'https://github.com/gramps-project/gramps/releases/download/v5.1.4/GrampsAIO-5.1.4-1_win32.exe'
$checksum = '33a8feaec3111988fd81cc61715a760c965695a2ea42a1904c666c437b116fcf'
$checksumType = 'sha256'
$url64 = 'https://github.com/gramps-project/gramps/releases/download/v5.1.3/GrampsAIO-5.1.3-2_win64.exe'
$checksum64 = '0962b59f62195c8d65f2c586903dd90d578840c5edbffe98defe23951186432b'
$url64 = 'https://github.com/gramps-project/gramps/releases/download/v5.1.4/GrampsAIO-5.1.4-1_win64.exe'
$checksum64 = 'cd18d0d6e6068ac35c9f40c5470649a4998ec5fadf9c2c9f6fd59f33a6b79515'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/procdump/procdump.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>procdump</id>
<version>10.0</version>
<version>10.1</version>
<title>ProcDump</title>
<authors>Mark Russinovich</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/procdump/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = $env:ChocolateyPackageName
$url = 'https://download.sysinternals.com/files/Procdump.zip'
$checksum = 'cf3ece5f2d9b39c35ca008e7016831213f5033ae4470fb64f396a3fbded17d19'
$checksum = 'a2fac92033bd685b91d695c1e5aeac20aa762fb5e117948c506f6706826ea198'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysmon/sysmon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysmon</id>
<title>Sysmon</title>
<version>13.22</version>
<version>13.23</version>
<authors>Mark Russinovich</authors>
<owners>tunisiano</owners>
<summary>Monitors and reports key system activity via the Windows event log</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysmon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://download.sysinternals.com/files/Sysmon.zip'
$checksum = '364de985be28bcca864712da6fd34f49689148a2c89deabea70844469da6577e'
$checksum = 'fa1b1ddd47f83f4ff0c895fcf37c99a8ed4c0765a6b18df8a31099c9787318e6'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 5327369

Please sign in to comment.