OpenBoard 1.4.0

This commit is contained in:
Peter V. Beck 2018-06-05 13:47:38 +02:00
parent d2442e6b6f
commit bc490ca6ea
2 changed files with 4 additions and 4 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.3.6</version> <version>1.4.0</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>release 1.5.2</releaseNotes> <releaseNotes>https://github.com/OpenBoard-org/OpenBoard/releases/tag/v1.4.0</releaseNotes>
<copyright>OpenBoard.org</copyright> <copyright>OpenBoard.org</copyright>
<language /> <language />
<tags>whiteboard admin</tags> <tags>whiteboard admin</tags>

View File

@ -6,10 +6,10 @@ $packageName = 'openboard'
$packageSearch = 'OpenBoard' $packageSearch = 'OpenBoard'
$installerType = 'exe' $installerType = 'exe'
$silentArgs = '/SILENT' $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' $url = 'https://github.com/OpenBoard-org/OpenBoard/releases/download/v' + $version + '/OpenBoard_Installer_' + $version + '.exe'
$url64 = $url $url64 = $url
$checksum = '02A3E147D680563ED48BA54E2DE7917C42368A3B' $checksum = '600AAF87AF046C503F81F664E8504D12B3DB2E0B'
$checksumType = 'sha1' $checksumType = 'sha1'
$checksum64 = $checksum $checksum64 = $checksum
$checksumType64 = $checksumType $checksumType64 = $checksumType