diff options
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 38156eb3239d..3217d0cf08f7 100644 --- a/textproc/elasticsearch-plugin-sql/Makefile +++ b/textproc/elasticsearch-plugin-sql/Makefile @@ -3,7 +3,7 @@ PORTNAME= sql PORTVERSION= 1.4.9 CATEGORIES= textproc -MASTER_SITES= http://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch-plugin- DISTNAME= elasticsearch-${PORTNAME}-${PORTVERSION} |