Joplin 1.0.107

This commit is contained in:
2018-09-17 09:12:22 +02:00
parent c9aba85be7
commit 5ceff199b0
2 changed files with 4 additions and 4 deletions

View File

@ -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 `