Openboard 1.5.2, closes #5080 @0.4h

This commit is contained in:
Peter V. Beck 2019-01-27 00:06:29 +01:00
parent 24fb895e4c
commit 8eaa7a0502
2 changed files with 11 additions and 5 deletions

View File

@ -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.4.1</version> <version>1.5.2</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,9 +12,15 @@
<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.4.1</releaseNotes> <releaseNotes>https://github.com/OpenBoard-org/OpenBoard/releases/tag/v1.5.2</releaseNotes>
<copyright>OpenBoard.org</copyright> <copyright>OpenBoard.org</copyright>
<language /> <language />
<tags>whiteboard admin</tags> <tags>whiteboard admin</tags>
</metadata> </metadata>
<!-- building package on gnu/linux with
nuget (https://packages.debian.org/stretch/nuget)
requires adding the tools path -->
<files>
<file src="tools/*" target="Content/tools"/>
</files>
</package> </package>

View File

@ -1,15 +1,15 @@
# OpenBoard Whiteboard # OpenBoard Whiteboard
# 2018 foo.li systeme + software # 2018-2019 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.4.1' $version = '1.5.2'
$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 = 'AE8B6230D9C1177F761B7D94A98A4128C94DB12A' $checksum = '965eceff6d45ea40775db5a2451d327cc47a0e3b'
$checksumType = 'sha1' $checksumType = 'sha1'
$checksum64 = $checksum $checksum64 = $checksum
$checksumType64 = $checksumType $checksumType64 = $checksumType