Browse Source

2.42.1

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/8/head
R4SAS 2 years ago
parent
commit
3299e65836
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 6
      snap/snapcraft.yaml

6
snap/snapcraft.yaml

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
## 5. `snapcraft snap`
name: i2pd
version: 2.41.0
version: 2.42.1
summary: Distributed anonymous networking framework
description: |
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
@ -34,7 +34,7 @@ parts: @@ -34,7 +34,7 @@ parts:
i2pd:
source: https://github.com/PurpleI2P/i2pd.git
source-type: git
source-tag: 2.41.0
source-tag: 2.42.1
plugin: make
make-parameters:
- USE_UPNP=yes
@ -42,7 +42,7 @@ parts: @@ -42,7 +42,7 @@ parts:
build-packages:
- build-essential
- libboost-date-time-dev
- libboost-filesystem-dev
- libboost-filesystem-dev
- libboost-program-options-dev
- libboost-system-dev
- libminiupnpc-dev

Loading…
Cancel
Save