Joplin 1.0.107

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

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>joplin</id>
<version>1.0.106</version>
<version>1.0.107</version>
<title>Joplin</title>
<authors>Laurent Cozic</authors>
<owners>foo.li systeme + software</owners>
@ -12,7 +12,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. </description>
<summary>Joplin Notes and To-Do</summary>
<releaseNotes>https://github.com/laurent22/joplin/releases/tag/v1.0.106</releaseNotes>
<releaseNotes>https://github.com/laurent22/joplin/releases/tag/v1.0.107</releaseNotes>
<copyright>Copyright (c) 2016-2018 Laurent Cozic</copyright>
<language />
<tags>notes todo admin</tags>

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 `