diff options
Diffstat (limited to 'textproc/elasticsearch2-plugin-sql/Makefile')
-rw-r--r-- | textproc/elasticsearch2-plugin-sql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elasticsearch2-plugin-sql/Makefile b/textproc/elasticsearch2-plugin-sql/Makefile index df583f9accac..afe07bc6e3ca 100644 --- a/textproc/elasticsearch2-plugin-sql/Makefile +++ b/textproc/elasticsearch2-plugin-sql/Makefile @@ -3,7 +3,7 @@ PORTNAME= sql PORTVERSION= 2.4.0.1 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= elasticsearch2-plugin- DISTNAME= elasticsearch-${PORTNAME}-${PORTVERSION} |