Skip to content

Commit

Permalink
v.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRoebert committed Jun 28, 2021
1 parent 7c17b56 commit bf0417d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions drasyl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>drasyl</id>
<version>0.4.1</version>
<version>0.5.0</version>
<packageSourceUrl>https://github.com/drasyl-overlay/drasyl-choco</packageSourceUrl>
<owners>Kevin R.</owners>
<title>drasyl</title>
Expand All @@ -19,6 +19,8 @@
<tags>drasyl overlay-network p2p</tags>
<summary>general-purpose overlay network framework for rapid development of distributed P2P applications</summary>
<description>
**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.

Expand Down Expand Up @@ -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)
</description>
<releaseNotes>None</releaseNotes>
<dependencies>
<dependency id="openjdk11" version="11.0.10.9" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit bf0417d

Please sign in to comment.