Joplin 10.0.67
This commit is contained in:
parent
fd403b47d9
commit
5cb2a2e11e
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>joplin</id>
|
||||
<version>1.0.66</version>
|
||||
<version>1.0.67</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.66</releaseNotes>
|
||||
<releaseNotes>https://github.com/laurent22/joplin/releases/tag/v1.0.67</releaseNotes>
|
||||
<copyright>http://joplin.cozic.net</copyright>
|
||||
<language />
|
||||
<tags>notes todo admin</tags>
|
||||
|
@ -5,10 +5,10 @@ $packageName = 'joplin'
|
||||
$packageSearch = 'Joplin*'
|
||||
$installerType = 'exe'
|
||||
$silentArgs = '/ALLUSERS=1 /S'
|
||||
$version = '1.0.66'
|
||||
$version = '1.0.67'
|
||||
$url = 'https://github.com/laurent22/joplin/releases/download/v' + $version + '/Joplin-Setup-' + $version + '.exe'
|
||||
$url64 = $url
|
||||
$checksum = 'C088723A8C420C2CDF48E64BED13E61F49FA46CF'
|
||||
$checksum = '4436067062695DFDD8E553117EDD8A438D91FF7D'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = $checksum
|
||||
$checksumType64 = $checksumType
|
||||
|
Loading…
Reference in New Issue
Block a user