From a86eccb2b6b741d0cb3e7f73f782177a114ee8f7 Mon Sep 17 00:00:00 2001 From: Mayank Madan Date: Fri, 26 Apr 2019 03:11:27 +0530 Subject: [PATCH] pgroonga: Upgrade from 2.1.6 to 2.1.8. This is necessary to support postgres 11 in Debian Buster. --- scripts/lib/build-pgroonga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/build-pgroonga b/scripts/lib/build-pgroonga index cf2fd62626..6d31db996c 100755 --- a/scripts/lib/build-pgroonga +++ b/scripts/lib/build-pgroonga @@ -2,7 +2,7 @@ set -x set -e -PGROONGA_VERSION="2.1.6" +PGROONGA_VERSION="2.1.8" cd "$(mktemp -d)"