diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-01-10 18:35:12 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-01-10 18:35:12 +0000 |
commit | 7fe45866d3097e5ea5c44eb56aabb9a24e6cca11 (patch) | |
tree | ad8353b0cc7874a3a2a972f03b7ea5847684a155 /textproc/elasticsearch-plugin-sql/Makefile | |
parent | Fix a typo (diff) |
Upgrade textproc/elasticsearch-plugin-sql to version 1.4.8.
Diffstat (limited to 'textproc/elasticsearch-plugin-sql/Makefile')
-rw-r--r-- | textproc/elasticsearch-plugin-sql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elasticsearch-plugin-sql/Makefile b/textproc/elasticsearch-plugin-sql/Makefile index b1b011e52b83..c6e29a4d4e54 100644 --- a/textproc/elasticsearch-plugin-sql/Makefile +++ b/textproc/elasticsearch-plugin-sql/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.8 CATEGORIES= textproc MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch-plugin- |