solr: Update solr to 4.10.2, pysolr to 3.2.0, requests to 2.4.3

This commit is contained in:
Ossi Salmi 2014-11-25 10:38:24 +02:00
parent bb84d8b7da
commit 9bf76b0595

View file

@ -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