Compare commits

...

2 Commits

Author SHA1 Message Date
R4SAS 1e38ae5820
yggdrasil: update to 0.5.4 5 months ago
R4SAS 401f8cbb68
i2pd: update to 2.50.0 5 months ago
  1. 2
      i2pd/i2pd.nuspec
  2. 8
      i2pd/tools/ChocolateyInstall.ps1
  3. 8
      yggdrasil/tools/chocolateyinstall.ps1
  4. 2
      yggdrasil/yggdrasil.nuspec

2
i2pd/i2pd.nuspec

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

8
i2pd/tools/ChocolateyInstall.ps1

@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$packagename = 'i2pd'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.49.0/i2pd_2.49.0_win32_mingw.zip'
$checksum = '15d8c5d9e063aa75a1f271545424ee95c436dff7683a0efabe5531a36beca15e'
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.50.0/i2pd_2.50.0_win32_mingw.zip'
$checksum = '396fd53408ea8269e714b76832fd682bd0c77989150480daab159c01750d4b21'
$checksumType = 'sha256'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.49.0/i2pd_2.49.0_win64_mingw.zip'
$checksum64 = 'db510a4d937a9e5ca00807a64f3732eee1aec3745d7562798d87b7fe4a21c4a1'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.50.0/i2pd_2.50.0_win64_mingw.zip'
$checksum64 = 'e85ea24f6a41c3c0559fb1ad28efdf95ed6088738d7aaea012a4405806f10b9d'
$checksumType64 = 'sha256'
Install-ChocolateyZipPackage -packageName "$packagename" `

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.5.2/yggdrasil-0.5.2-x86.msi'
$url64 = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.5.2/yggdrasil-0.5.2-x64.msi'
$checksum = '64efce7c5225b85694cc1bdb2ffb13a74299a302bb11a70732dd8c4d99da93ec'
$checksum64 = '1e9e7568a5bf47a76a57482cca712eedb6eab620f712bbc9fd45596ca7787e2f'
$url = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.5.4/yggdrasil-0.5.4-x86.msi'
$url64 = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.5.4/yggdrasil-0.5.4-x64.msi'
$checksum = 'cfd779b51baf902713cb1dddd39a4a48beac77509f88f8010cabe88bee6219ab'
$checksum64 = '02922e3fd36ab416ebaa871d9eec42c19ea041b04bf6270becd3d1c1e797dec9'
$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.5.2</version>
<version>0.5.4</version>
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/yggdrasil/</packageSourceUrl>
<owners>r4sas</owners>

Loading…
Cancel
Save