diff --git a/automatic/filejuggler/filejuggler.nuspec b/automatic/filejuggler/filejuggler.nuspec index fe6d7a44e..6f3dfa50e 100644 --- a/automatic/filejuggler/filejuggler.nuspec +++ b/automatic/filejuggler/filejuggler.nuspec @@ -4,7 +4,7 @@ filejuggler File Juggler (Trial) - 3.1.2 + 3.1.3 Simon tunisiano You set up the rules, and File Juggler will monitor your folders and manage your files automatically diff --git a/automatic/filejuggler/tools/chocolateyinstall.ps1 b/automatic/filejuggler/tools/chocolateyinstall.ps1 index de9f18b00..cee4143c1 100644 --- a/automatic/filejuggler/tools/chocolateyinstall.ps1 +++ b/automatic/filejuggler/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName = $env:ChocolateyPackageName $installerType = 'EXE' $silentArgs = '/qb' $url = 'https://www.filejuggler.com/download/filejuggler.exe' -$checksum = 'b18599d7607fa09cefc2e403f57dc0d6eb80aa4fccbb6228661a2ba486302954' -$checksumtype = 'sha256' +$checksum = '' +$checksumtype = '' $scriptPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $ahkFile = Join-Path $scriptPath "chocolateyInstall.ahk"