From 827724167ba9cff812b742ef4c04118391f74fc7 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 6 Oct 2020 21:11:13 +0300 Subject: [PATCH] 2.33.0 --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index dd0fa4f..c97d014 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -7,7 +7,7 @@ ## 5. `snapcraft snap` name: i2pd -version: 2.32.1 +version: 2.33.0 summary: Distributed anonymous networking framework description: | i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client. @@ -34,11 +34,12 @@ parts: i2pd: source: https://github.com/PurpleI2P/i2pd.git source-type: git - source-tag: 2.32.1 + source-tag: 2.33.0 plugin: make make-parameters: - USE_AVX=no - USE_AESNI=no + - DEBUG=no build-packages: - build-essential - libboost-date-time-dev