Skip to content

Commit

Permalink
AU: 1 updated - joal-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Le_Bleu committed Dec 10, 2020
1 parent 7f2dfeb commit bdc25dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/joal-desktop/joal-desktop.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>joal-desktop</id>
<version>2.0.5</version>
<version>2.0.6</version>
<packageSourceUrl>https://github.com/fabricemrchl/chocolatey-packages</packageSourceUrl>
<owners>Le_Bleu</owners>
<title>Joal Desktop</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/joal-desktop/tools/chocolateyinstall.ps1
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://github.com/anthonyraymond/joal-desktop/releases/download/v2.0.5/JoalDesktop-2.0.5-win.exe'
url = 'https://github.com/anthonyraymond/joal-desktop/releases/download/v2.0.6/JoalDesktop-2.0.6-win.exe'

softwareName = 'joal-desktop*'

checksum = 'e20898440389d1a7d6a383be14f7ffb0e2934c7da293a627c26015600b0b8e0b'
checksum = 'dc2e9f5b635a44b94944938d292e544c539386b51ee15f516bc40bd6dc62740b'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes= @(0)
Expand Down

0 comments on commit bdc25dd

Please sign in to comment.