Browse Source

update yggdrasil to 0.4.2

Signed-off-by: R4SAS <r4sas@i2pmail.org>
master
R4SAS 3 years ago
parent
commit
3d3901500d
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 8
      yggdrasil/tools/chocolateyinstall.ps1
  2. 2
      yggdrasil/yggdrasil.nuspec

8
yggdrasil/tools/chocolateyinstall.ps1

@ -5,10 +5,10 @@ $appDir = "$([Environment]::GetFolderPath('ProgramFiles'))\Yggdrasil" @@ -5,10 +5,10 @@ $appDir = "$([Environment]::GetFolderPath('ProgramFiles'))\Yggdrasil"
$confDir = "$([Environment]::GetFolderPath('CommonApplicationData'))\Yggdrasil"
$startMenuDir = "$([Environment]::GetFolderPath('CommonStartMenu'))\Programs\Yggdrasil"
$url = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.4.0/yggdrasil-0.4-x86.msi'
$url64 = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.4.0/yggdrasil-0.4-x64.msi'
$checksum = '7ed72fc468b59cb0e02b9d8f9fd9d019327ace99df9974e2a47b250b93a257ec'
$checksum64 = 'a17f88d1c7ab34199d82b44a972a3f55351a52a63b0a32fb0d2232ea35791b9a'
$url = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.4.2/yggdrasil-0.4.2-x86.msi'
$url64 = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.4.2/yggdrasil-0.4.2-x64.msi'
$checksum = '0334072541adbeda6bb2e139a4c141cfd124f17e9ba666eafdc76d47f2bc899a'
$checksum64 = '4f0183db9fddbec4b5c8a77fdca60c74770b7627b13f802c725baf1388dd21b1'
$packageArgs = @{
packageName = $env:ChocolateyPackageName

2
yggdrasil/yggdrasil.nuspec

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yggdrasil</id>
<version>0.4.0</version>
<version>0.4.2</version>
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/yggdrasil/</packageSourceUrl>
<owners>r4sas</owners>

Loading…
Cancel
Save