Compare commits

...

2 Commits

Author SHA1 Message Date
R4SAS 05e8ed147a
i2pd: update to 2.49.0 5 months ago
R4SAS 63b220a5e7
yggdrasil: update to 0.5.2 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.47.0</version>
<version>2.49.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.47.0/i2pd_2.47.0_win32_mingw.zip'
$checksum = 'd8d873cf281769ecc26f7f0cf3989b5e50cf31ec0682eb54eb2b054a6dee9c7c'
$url = 'https://github.com/PurpleI2P/i2pd/releases/download/2.49.0/i2pd_2.49.0_win32_mingw.zip'
$checksum = '15d8c5d9e063aa75a1f271545424ee95c436dff7683a0efabe5531a36beca15e'
$checksumType = 'sha256'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.47.0/i2pd_2.47.0_win64_mingw.zip'
$checksum64 = '3ba543bc327925221ff6a4d2b9190f79cf36d475a773938b0007888ed6341a65'
$url64 = 'https://github.com/PurpleI2P/i2pd/releases/download/2.49.0/i2pd_2.49.0_win64_mingw.zip'
$checksum64 = 'db510a4d937a9e5ca00807a64f3732eee1aec3745d7562798d87b7fe4a21c4a1'
$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.4.7/yggdrasil-0.4.7-x86.msi'
$url64 = 'https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.4.7/yggdrasil-0.4.7-x64.msi'
$checksum = '83fe0bb7bb351e13cfcab534aa715e7dd5cf4c2ee8b531c38ee83b47a7403f78'
$checksum64 = '9882d4d1773a91d26ea32287ccc1d169d0b3751b6db2f165ae5529d6b750da5f'
$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'
$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.7</version>
<version>0.5.2</version>
<packageSourceUrl>https://github.com/r4sas/chocolatey-packages/tree/master/yggdrasil/</packageSourceUrl>
<owners>r4sas</owners>

Loading…
Cancel
Save