Skip to content

Commit

Permalink
AU: 1 updated - filejuggler
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 24, 2023
1 parent 7c4bcd9 commit 7ef6641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/filejuggler/filejuggler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>filejuggler</id>
<title>File Juggler (Trial)</title>
<version>3.0.8</version>
<version>3.0.9</version>
<authors>Simon</authors>
<owners>tunisiano</owners>
<summary>You set up the rules, and File Juggler will monitor your folders and manage your files automatically</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/filejuggler/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $packageName = $env:ChocolateyPackageName
$installerType = 'EXE'
$silentArgs = '/qb'
$url = 'https://www.filejuggler.com/download/filejuggler.exe'
$checksum = 'f44fff362397a39faffbec40aee782b5e9305cad1d1aaaf55cd4615ecdf46a17'
$checksum = 'c91c87dc2c044fb9da0315806b3a599ed164b04f2d8f1f9e5aede7a4a2b8ee10'
$checksumtype = 'sha256'

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

0 comments on commit 7ef6641

Please sign in to comment.