solr: Update solr to 4.10.2, pysolr to 3.2.0, requests to 2.4.3
This commit is contained in:
parent
bb84d8b7da
commit
9bf76b0595
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(CURDIR)/../Makefile.inc
|
||||
|
||||
VERSION = 4.10.0
|
||||
VERSION = 4.10.2
|
||||
|
||||
TARGET = solr-$(VERSION).tgz
|
||||
SOURCE = http://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/$(VERSION)/solr-$(VERSION).tgz
|
||||
|
||||
PYSOLRVERSION = 3.1.0
|
||||
PYSOLRVERSION = 3.2.0
|
||||
PYSOLRSOURCE = https://pypi.python.org/packages/source/p/pysolr/pysolr-$(PYSOLRVERSION).tar.gz
|
||||
PYSOLRTARGET = pysolr-$(PYSOLRVERSION).tar.gz
|
||||
|
||||
REQUESTSVERSION = 2.0.1
|
||||
REQUESTSVERSION = 2.4.3
|
||||
REQUESTSSOURCE = https://pypi.python.org/packages/source/r/requests/requests-$(REQUESTSVERSION).tar.gz
|
||||
REQUESTSTARGET = requests-$(REQUESTSVERSION).tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue