diff --git a/packages/joplin/joplin.nuspec b/packages/joplin/joplin.nuspec index d7307ea..685c621 100755 --- a/packages/joplin/joplin.nuspec +++ b/packages/joplin/joplin.nuspec @@ -2,7 +2,7 @@ joplin - 1.0.106 + 1.0.107 Joplin Laurent Cozic foo.li systeme + software @@ -12,7 +12,7 @@ true a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Joplin Notes and To-Do - https://github.com/laurent22/joplin/releases/tag/v1.0.106 + https://github.com/laurent22/joplin/releases/tag/v1.0.107 Copyright (c) 2016-2018 Laurent Cozic notes todo admin diff --git a/packages/joplin/tools/chocolateyinstall.ps1 b/packages/joplin/tools/chocolateyinstall.ps1 index d0a1be3..9160f7d 100755 --- a/packages/joplin/tools/chocolateyinstall.ps1 +++ b/packages/joplin/tools/chocolateyinstall.ps1 @@ -5,9 +5,9 @@ $packageName = 'joplin' $packageSearch = 'Joplin*' $installerType = 'exe' $silentArgs = '/ALLUSERS=1 /S' -$version = '1.0.106' +$version = '1.0.107' $url = 'https://github.com/laurent22/joplin/releases/download/v' + $version + '/Joplin-Setup-' + $version + '.exe' -$checksum = '4B29C616F20A4827865F085DED8A8ABE7EECA5A9' +$checksum = '9E98114C335FEC4C8DFAD29228BC4E0E308DA212' $checksumType = 'sha1' Install-ChocolateyPackage $packageName $installerType $silentArgs $url `