mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/Flask-RESTful: Updated for version 0.3.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9ef83774a4
commit
5c4fe3d3a9
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Flask-RESTful
|
||||
|
||||
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Flask-RESTful
|
||||
VERSION=${VERSION:-0.3.5}
|
||||
VERSION=${VERSION:-0.3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Flask-RESTful"
|
||||
VERSION="0.3.5"
|
||||
VERSION="0.3.6"
|
||||
HOMEPAGE="https://github.com/flask-restful/flask-restful/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/00/f6/250e9e11e96088a69a410adf6bcaa68651a285f40b2c41e0c27b2d579f4a/Flask-RESTful-0.3.5.tar.gz"
|
||||
MD5SUM="eab04644697354c0e9ef0fa4c17fe607"
|
||||
DOWNLOAD="https://pypi.python.org/packages/20/f1/14a62bba209ae189e5c5fa33d5e0b7a4b5969488fa71fd3b8b323860bfc8/Flask-RESTful-0.3.6.tar.gz"
|
||||
MD5SUM="8243ca101185b130d8fa529cbdbdbddd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="aniso8601 Flask six pytz"
|
||||
|
|
Loading…
Reference in a new issue