Joplin 1.0.96
This commit is contained in:
parent
bc490ca6ea
commit
284777cad9
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>joplin</id>
|
||||
<version>1.0.70</version>
|
||||
<version>1.0.96</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.70</releaseNotes>
|
||||
<releaseNotes>https://github.com/laurent22/joplin/releases/tag/v1.0.96</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.70'
|
||||
$version = '1.0.96'
|
||||
$url = 'https://github.com/laurent22/joplin/releases/download/v' + $version + '/Joplin-Setup-' + $version + '.exe'
|
||||
$url64 = $url
|
||||
$checksum = 'C67DB1EC4C3DAE6F2B4BE6783230EAD6561CAC3F'
|
||||
$checksum = '1376026633BCBA4D2B703DCCBCA071234B9EC6EB'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = $checksum
|
||||
$checksumType64 = $checksumType
|
||||
|
Loading…
Reference in New Issue
Block a user