OpenBoard 1.4.0

This commit is contained in:
2018-06-05 13:47:38 +02:00
parent d2442e6b6f
commit bc490ca6ea
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.3.6'
$version = '1.4.0'
$url = 'https://github.com/OpenBoard-org/OpenBoard/releases/download/v' + $version + '/OpenBoard_Installer_' + $version + '.exe'
$url64 = $url
$checksum = '02A3E147D680563ED48BA54E2DE7917C42368A3B'
$checksum = '600AAF87AF046C503F81F664E8504D12B3DB2E0B'
$checksumType = 'sha1'
$checksum64 = $checksum
$checksumType64 = $checksumType