Openboard 1.4.1

This commit is contained in:
2018-09-11 00:31:09 +02:00
parent 0e90f95387
commit c9aba85be7
2 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ $packageName = 'openboard'
$packageSearch = 'OpenBoard'
$installerType = 'exe'
$silentArgs = '/SILENT'
$version = '1.4.0'
$version = '1.4.1'
$url = 'https://github.com/OpenBoard-org/OpenBoard/releases/download/v' + $version + '/OpenBoard_Installer_' + $version + '.exe'
$url64 = $url
$checksum = '600AAF87AF046C503F81F664E8504D12B3DB2E0B'
$checksum = 'AE8B6230D9C1177F761B7D94A98A4128C94DB12A'
$checksumType = 'sha1'
$checksum64 = $checksum
$checksumType64 = $checksumType