Joplin 1.0.66

This commit is contained in:
2018-02-19 10:15:35 +01:00
parent 79f5f3846b
commit fd403b47d9
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.63'
$version = '1.0.66'
$url = 'https://github.com/laurent22/joplin/releases/download/v' + $version + '/Joplin-Setup-' + $version + '.exe'
$url64 = $url
$checksum = '79473B5CBD35B185C3B6EA647C49CC30E511323E'
$checksum = 'C088723A8C420C2CDF48E64BED13E61F49FA46CF'
$checksumType = 'sha1'
$checksum64 = $checksum
$checksumType64 = $checksumType