Skip to content

Commit

Permalink
AU: 1 updated - sdelete
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 30, 2023
1 parent cfb4768 commit 668c0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/sdelete/sdelete.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sdelete</id>
<title>SDelete</title>
<version>2.04</version>
<version>2.05</version>
<authors>Mark Russinovich</authors>
<owners>tunisiano</owners>
<summary>Securely overwrite sensitive files and cleanse free space</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sdelete/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/SDelete.zip'
$checksum = '49cfc704a431d0f4557d06561310ade7ba78b84c389a99cbe0fac83410f6b255'
$checksum = '197921ca6f32b532ff4ae161e862079f151a21280960375437f322903aee7fe7'
$checksumType = 'sha256'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 668c0ee

Please sign in to comment.