Browse Source

2.34.0

+ enable UPnP support out of box
pull/8/head
R4SAS 4 years ago committed by GitHub
parent
commit
b1ae52aac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      snap/snapcraft.yaml

6
snap/snapcraft.yaml

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
## 5. `snapcraft snap`
name: i2pd
version: 2.33.0
version: 2.34.0
summary: Distributed anonymous networking framework
description: |
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
@ -34,11 +34,12 @@ parts: @@ -34,11 +34,12 @@ parts:
i2pd:
source: https://github.com/PurpleI2P/i2pd.git
source-type: git
source-tag: 2.33.0
source-tag: 2.34.0
plugin: make
make-parameters:
- USE_AVX=no
- USE_AESNI=no
- USE_UPNP=yes
- DEBUG=no
build-packages:
- build-essential
@ -46,6 +47,7 @@ parts: @@ -46,6 +47,7 @@ parts:
- libboost-filesystem-dev
- libboost-program-options-dev
- libboost-system-dev
- libminiupnpc-dev
- libssl-dev
- zlib1g-dev
artifacts:

Loading…
Cancel
Save