Joplin 1.0.106
This commit is contained in:
@ -5,9 +5,9 @@ $packageName = 'joplin'
|
||||
$packageSearch = 'Joplin*'
|
||||
$installerType = 'exe'
|
||||
$silentArgs = '/ALLUSERS=1 /S'
|
||||
$version = '1.0.104'
|
||||
$version = '1.0.106'
|
||||
$url = 'https://github.com/laurent22/joplin/releases/download/v' + $version + '/Joplin-Setup-' + $version + '.exe'
|
||||
$checksum = '1D8C3F34734723A366C2A779B7722F4934E79373'
|
||||
$checksum = '4B29C616F20A4827865F085DED8A8ABE7EECA5A9'
|
||||
$checksumType = 'sha1'
|
||||
|
||||
Install-ChocolateyPackage $packageName $installerType $silentArgs $url `
|
||||
|
Reference in New Issue
Block a user