OpenBoard 1.5.4

This commit is contained in:
2020-05-27 22:31:31 +02:00
parent 994b8df5eb
commit 6f7faeca59
2 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# OpenBoard Whiteboard
# 2018-2019 foo.li systeme + software
# 2018-2020 foo.li systeme + software
# https://www.gnu.org/licenses/gpl.txt
$packageName = 'openboard'
$packageSearch = 'OpenBoard'
$installerType = 'exe'
$silentArgs = '/SILENT'
$version = '1.5.3'
$version = '1.5.4'
$url = 'https://github.com/OpenBoard-org/OpenBoard/releases/download/v' + $version + '/OpenBoard_Installer_' + $version + '.exe'
$url64 = $url
$checksum = 'd5d85ada5af4b6aa612e772f815d4e3fcd6b87d4'
$checksum = 'aa533c0cf8947a86462ffd75481c1baf291a2a9a'
$checksumType = 'sha1'
$checksum64 = $checksum
$checksumType64 = $checksumType