OpenBoard 1.6.1
This commit is contained in:
parent
f857276b7e
commit
5e3f044bb1
@ -2,17 +2,17 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>openboard</id>
|
||||
<version>1.5.4</version>
|
||||
<version>1.6.1</version>
|
||||
<title>OpenBoard</title>
|
||||
<authors>Open Education Foundation</authors>
|
||||
<owners>foo.li systeme + software</owners>
|
||||
<licenseUrl>https://github.com/OpenBoard-org/OpenBoard/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>http://openboard.ch/index.en.html/</projectUrl>
|
||||
<projectUrl>http://openboard.ch</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/peterbeck/chocolatey/master/icons/openboard.png</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Interactive whiteboard for schools and universities</description>
|
||||
<summary>OpenBoard Whiteboard</summary>
|
||||
<releaseNotes>https://github.com/OpenBoard-org/OpenBoard/releases/tag/v1.5.4</releaseNotes>
|
||||
<releaseNotes>https://github.com/OpenBoard-org/OpenBoard/releases/tag/v1.6.1</releaseNotes>
|
||||
<copyright>OpenBoard.org</copyright>
|
||||
<language />
|
||||
<tags>whiteboard admin</tags>
|
||||
|
@ -1,15 +1,15 @@
|
||||
# OpenBoard Whiteboard
|
||||
# 2018-2020 foo.li systeme + software
|
||||
# 2018-2022 foo.li systeme + software
|
||||
# https://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
$packageName = 'openboard'
|
||||
$packageSearch = 'OpenBoard'
|
||||
$installerType = 'exe'
|
||||
$silentArgs = '/SILENT'
|
||||
$version = '1.5.4'
|
||||
$version = '1.6.1'
|
||||
$url = 'https://github.com/OpenBoard-org/OpenBoard/releases/download/v' + $version + '/OpenBoard_Installer_' + $version + '.exe'
|
||||
$url64 = $url
|
||||
$checksum = 'aa533c0cf8947a86462ffd75481c1baf291a2a9a'
|
||||
$checksum = '3433a6a805c2e476d7b4cf2b9e10c6dc74f7bba3'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = $checksum
|
||||
$checksumType64 = $checksumType
|
||||
|
Loading…
Reference in New Issue
Block a user