Skip to content

Commit

Permalink
AU: 1 updated - raccine
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 29, 2021
1 parent c354185 commit 7831fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion raccine/raccine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>raccine</id>
<title>Raccine</title>
<version>1.4.1</version>
<version>1.4.3</version>
<authors>Neo23x0</authors>
<owners>Jonas A. Wendorf</owners>
<summary>A Simple Ransomware Vaccine</summary>
Expand Down
4 changes: 2 additions & 2 deletions raccine/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
url = 'https://github.com/Neo23x0/Raccine/releases/download/1.4.1/Raccine.zip'
checksum = '5bba78daec01cd786682e2132afa9c5290a05b0b10206ebbeae8e9ed3b002740'
url = 'https://github.com/Neo23x0/Raccine/releases/download/1.4.3/Raccine.zip'
checksum = 'bd5733ff173205ad5e044fd47e14a9c7e24ef5e661b781cb5ab38a3fe5a80fa0'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 7831fac

Please sign in to comment.