Joplin 1.0.96

This commit is contained in:
2018-06-05 13:47:54 +02:00
parent bc490ca6ea
commit 284777cad9
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.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