diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 20:05:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-10 16:14:35 +0000 |
commit | e38d407f1156c45a0c83d740aef9a2e6d078bc9c (patch) | |
tree | 19594d0fee9735b17aa074d001f86b53e41ef633 /testing/tarantool | |
parent | 68ec40a3ddf99092840df4377497cff0a149cd6f (diff) | |
download | aports-e38d407f1156c45a0c83d740aef9a2e6d078bc9c.tar.bz2 aports-e38d407f1156c45a0c83d740aef9a2e6d078bc9c.tar.xz |
testing/[various]: rebuild against libressl-2.6
Diffstat (limited to 'testing/tarantool')
-rw-r--r-- | testing/tarantool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tarantool/APKBUILD b/testing/tarantool/APKBUILD index 46085fbc79..ef0d77b6d3 100644 --- a/testing/tarantool/APKBUILD +++ b/testing/tarantool/APKBUILD @@ -4,7 +4,7 @@ pkgname=tarantool pkgver=1.7.4.335 _series=${pkgver%.*}; _series=${_series%.*} # x.y -pkgrel=2 +pkgrel=3 pkgdesc="Lua application server integrated with a database management system" url="https://tarantool.org" # x86, aarch64: fails to build |