diff --git a/drasyl.nuspec b/drasyl.nuspec index e6204e5..0f3eb8a 100644 --- a/drasyl.nuspec +++ b/drasyl.nuspec @@ -3,7 +3,7 @@ drasyl - 0.4.1 + 0.5.0 https://github.com/drasyl-overlay/drasyl-choco Kevin R. drasyl @@ -19,6 +19,8 @@ drasyl overlay-network p2p general-purpose overlay network framework for rapid development of distributed P2P applications +**Note: This package comes without any Java dependency. You have to install a JRE or JDK by yourself.** + drasyl is a general-purpose overlay network framework for rapid development of distributed P2P applications. @@ -52,12 +54,9 @@ drasyl node without having to write configuration files or provide IP addresses ## License -This is free software under the terms of the [GNU Lesser General Public License v3.0](LICENSE) +This is free software under the terms of the [MIT License](LICENSE) None - - - diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 5327774..1457395 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageName = $env:ChocolateyPackageName $packageVersion = $env:ChocolateyPackageVersion $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = "https://github.com/drasyl-overlay/drasyl/releases/download/v$($packageVersion)/drasyl-$($packageVersion).zip" -$checksum = "214dd541367c383130ee99ed101f7d02af607a8a5fbd20db6b0a96d2cb99c45e" +$checksum = "ce1f869827be503a9aab73347233e5fd3c152ac12e6f2c69a95ac91eb4ff3a21" $checksumType = 'sha256' $drasylHome = Join-Path $toolsDir "drasyl-$($packageVersion)"