From d1ac875f5c36ec6d5ee00c0f25bb15584d9b3f7c Mon Sep 17 00:00:00 2001 From: l-n-s Date: Fri, 22 Mar 2019 14:49:52 -0400 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4438cc9..cd25721 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -7,7 +7,7 @@ ## 5. `snapcraft snap` name: i2pd -version: 2.18.0 +version: 2.24.0 summary: Distributed anonymous networking framework description: | i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client. @@ -34,7 +34,7 @@ parts: i2pd: source: https://github.com/PurpleI2P/i2pd.git source-type: git - source-tag: 2.18.0 + source-tag: 2.24.0 plugin: make make-parameters: - USE_AVX=no