python/sphinxcontrib-websupport: Updated for version 1.1.2.

This commit is contained in:
Benjamin Trigona-Harany 2019-05-28 11:26:42 -07:00 committed by Willy Sudiarto Raharjo
parent fbf65eca7f
commit 4c5048cd59
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sphinxcontrib-websupport
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-3}
VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="sphinxcontrib-websupport"
VERSION="1.1.0"
VERSION="1.1.2"
HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-websupport"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.tar.gz"
MD5SUM="ca6435e7b4eb9408df4f54972361e9d3"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.2.tar.gz"
MD5SUM="5f5be8f1fb8228fc15f01a6081e2f2e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Sphinx"