Date: Monday, February 10, 2020 @ 18:21:22 Author: anatolik Revision: 566178
upgpkg: tarantool 2.4.0-1 Modified: tarantool/trunk/PKGBUILD ----------+ PKGBUILD | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-10 18:11:06 UTC (rev 566177) +++ PKGBUILD 2020-02-10 18:21:22 UTC (rev 566178) @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov <[email protected]> pkgname=tarantool -pkgver=2.3.0 +pkgver=2.4.0 pkgrel=1 pkgdesc='Lua application server integrated with a database management system' arch=(x86_64) @@ -21,21 +21,21 @@ git+https://github.com/tarantool/luarocks.git#branch=luarocks-3.1.1-tarantool git+https://github.com/tarantool/decNumber.git git+https://github.com/tarantool/serpent.git - git+https://github.com/curl/curl.git + git+https://github.com/tarantool/curl.git tarantool.sysusers) -sha1sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - '9021b3d50e45f719f0304ab529627cac69a7a149') +sha256sums=('SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP' + '2feccda75effbd44b40e43608e56395376ea7b9039a09aada91a05f9559b12fe') prepare() { cd tarantool
