OpenBoard 1.5.4
This commit is contained in:
parent
994b8df5eb
commit
6f7faeca59
@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>openboard</id>
|
<id>openboard</id>
|
||||||
<version>1.5.3</version>
|
<version>1.5.4</version>
|
||||||
<title>OpenBoard</title>
|
<title>OpenBoard</title>
|
||||||
<authors>Open Education Foundation</authors>
|
<authors>Open Education Foundation</authors>
|
||||||
<owners>foo.li systeme + software</owners>
|
<owners>foo.li systeme + software</owners>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>Interactive whiteboard for schools and universities</description>
|
<description>Interactive whiteboard for schools and universities</description>
|
||||||
<summary>OpenBoard Whiteboard</summary>
|
<summary>OpenBoard Whiteboard</summary>
|
||||||
<releaseNotes>https://github.com/OpenBoard-org/OpenBoard/releases/tag/v1.5.2</releaseNotes>
|
<releaseNotes>https://github.com/OpenBoard-org/OpenBoard/releases/tag/v1.5.4</releaseNotes>
|
||||||
<copyright>OpenBoard.org</copyright>
|
<copyright>OpenBoard.org</copyright>
|
||||||
<language />
|
<language />
|
||||||
<tags>whiteboard admin</tags>
|
<tags>whiteboard admin</tags>
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# OpenBoard Whiteboard
|
# OpenBoard Whiteboard
|
||||||
# 2018-2019 foo.li systeme + software
|
# 2018-2020 foo.li systeme + software
|
||||||
# https://www.gnu.org/licenses/gpl.txt
|
# https://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
$packageName = 'openboard'
|
$packageName = 'openboard'
|
||||||
$packageSearch = 'OpenBoard'
|
$packageSearch = 'OpenBoard'
|
||||||
$installerType = 'exe'
|
$installerType = 'exe'
|
||||||
$silentArgs = '/SILENT'
|
$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'
|
$url = 'https://github.com/OpenBoard-org/OpenBoard/releases/download/v' + $version + '/OpenBoard_Installer_' + $version + '.exe'
|
||||||
$url64 = $url
|
$url64 = $url
|
||||||
$checksum = 'd5d85ada5af4b6aa612e772f815d4e3fcd6b87d4'
|
$checksum = 'aa533c0cf8947a86462ffd75481c1baf291a2a9a'
|
||||||
$checksumType = 'sha1'
|
$checksumType = 'sha1'
|
||||||
$checksum64 = $checksum
|
$checksum64 = $checksum
|
||||||
$checksumType64 = $checksumType
|
$checksumType64 = $checksumType
|
||||||
|
Loading…
Reference in New Issue
Block a user