i2pd: update to 2.21.0.

[ci skip]
This commit is contained in:
John Zimmermann 2018-10-04 21:42:31 +02:00
parent 278d1f0ae2
commit 052392ebf3
2 changed files with 9 additions and 12 deletions

View file

@ -1,24 +1,23 @@
# Template file for 'i2pd'
pkgname=i2pd
version=2.15.0
revision=6
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
homepage="http://i2pd.website/"
license="BSD"
version=2.21.0
revision=1
build_style=gnu-makefile
make_build_args="USE_UPNP=yes"
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel
libatomic-devel"
short_desc="I2P Daemon - a full-featured C++ implementation of I2P client"
maintainer="Obosob <obosob@riseup.net>"
makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel"
license="BSD"
homepage="http://i2pd.website/"
distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz"
checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86
checksum=96c15cf7b51feacd5bb3f7032c7d961961325102574a1a4d6cb8dd794e906e5b
system_accounts="_i2pd"
disable_parallel_build=true
case "${XBPS_TARGET_MACHINE}" in
aarch64*|armv*|mips*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
esac
case "${XBPS_TARGET_MACHINE}" in
armv[56]*|mips*) makedepends+=" libatomic-devel"; LDFLAGS="-latomic" ;;
esac
do_install() {
vbin i2pd

View file

@ -1,2 +0,0 @@
site="https://api.github.com/repos/PurpleI2P/i2pd/tags"
pattern='"name":\s*"\K([\d\.]+)(?=")'