pgroonga: Upgrade from 2.1.6 to 2.1.8.

This is necessary to support postgres 11 in Debian Buster.
This commit is contained in:
Mayank Madan 2019-04-26 03:11:27 +05:30 committed by Tim Abbott
parent dc1571426e
commit a86eccb2b6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -x
set -e
PGROONGA_VERSION="2.1.6"
PGROONGA_VERSION="2.1.8"
cd "$(mktemp -d)"