From 24cb0606b6970325f5ebb9fd97057ec95e5d5d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sat, 10 Jul 2021 17:03:44 +0200 Subject: [PATCH] i2pd: update to 2.38.0. --- srcpkgs/i2pd/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index d0cd1b6e116e..3ef30bc6fbb4 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,7 +1,7 @@ # Template file for 'i2pd' pkgname=i2pd -version=2.37.0 -revision=2 +version=2.38.0 +revision=1 build_style=gnu-makefile make_build_args="USE_UPNP=yes" makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel @@ -12,8 +12,7 @@ license="BSD-3-Clause" homepage="https://i2pd.website/" changelog="https://raw.githubusercontent.com/PurpleI2P/i2pd/openssl/ChangeLog" distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz" -checksum=072e79e55d4feac9dc3c988000a21ba613eb0c5bc151105cbccebdf84176dced -disable_parallel_build=yes +checksum=8452f5323795a1846d554096c08fffe5ac35897867b93a5079605df8f80a3089 conf_files=" /etc/i2pd/i2pd.conf @@ -24,7 +23,7 @@ make_dirs="/var/lib/i2pd 0700 _i2pd _i2pd" case "${XBPS_TARGET_MACHINE}" in x86_64*) ;; - *) make_build_args+=" USE_AESNI=no USE_AVX=no" ;; + *) make_build_args+=" USE_AESNI=no" ;; esac pre_install() {