Joplin 10.0.67

This commit is contained in:
2018-02-20 00:40:02 +01:00
parent fd403b47d9
commit 5cb2a2e11e
2 changed files with 4 additions and 4 deletions

View File

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