From f07d0c50d0e851af00ee06a8d3ca6a787e731b98 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 2 Jun 2021 03:01:51 +0000 Subject: [PATCH] AU: 1 updated - raccine [skip ci] https://gist.github.com/235ac14f598c6ee89f066ba309bdf5a7 --- raccine/raccine.nuspec | 2 +- raccine/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/raccine/raccine.nuspec b/raccine/raccine.nuspec index 443646f..845562f 100644 --- a/raccine/raccine.nuspec +++ b/raccine/raccine.nuspec @@ -4,7 +4,7 @@ raccine Raccine - 1.4.3 + 1.4.4 Neo23x0 Jonas A. Wendorf A Simple Ransomware Vaccine diff --git a/raccine/tools/chocolateyInstall.ps1 b/raccine/tools/chocolateyInstall.ps1 index 1547524..3968cf2 100644 --- a/raccine/tools/chocolateyInstall.ps1 +++ b/raccine/tools/chocolateyInstall.ps1 @@ -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.3/Raccine.zip' - checksum = 'bd5733ff173205ad5e044fd47e14a9c7e24ef5e661b781cb5ab38a3fe5a80fa0' + url = 'https://github.com/Neo23x0/Raccine/releases/download/1.4.4/Raccine.zip' + checksum = '8b8524d99c41e32912669ff4be7aba713495ad3fc03e345c5a7e16d473718e48' checksumType = 'sha256' }