i2pd: update to 2.38.0.
This commit is contained in:
parent
100adcd35c
commit
2e51bb4b09
1 changed files with 4 additions and 4 deletions
|
@ -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,7 +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
|
||||
checksum=8452f5323795a1846d554096c08fffe5ac35897867b93a5079605df8f80a3089
|
||||
disable_parallel_build=yes
|
||||
|
||||
conf_files="
|
||||
|
@ -24,7 +24,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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue