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 Aug 7, 2024
1 parent f6b8f18 commit 8b50ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.2</version>
<version>3.1.3</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
4 changes: 2 additions & 2 deletions automatic/filejuggler/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b50ed3

Please sign in to comment.