diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2018-12-21 00:16:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 09:22:40 +0700 |
commit | e80665836f13c3e23396d915c5991cbc999da03f (patch) | |
tree | 262899503e1bc301f481194d2cbfe26dc52fd7a2 /python/typed_ast | |
parent | 173cb345eb54afad59135a874f5c122e4b598d01 (diff) | |
download | slackbuilds-e80665836f13c3e23396d915c5991cbc999da03f.tar.gz |
python/typed_ast: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/typed_ast')
-rw-r--r-- | python/typed_ast/typed_ast.SlackBuild | 2 | ||||
-rw-r--r-- | python/typed_ast/typed_ast.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/typed_ast/typed_ast.SlackBuild b/python/typed_ast/typed_ast.SlackBuild index a058b0e51d..5892a805bb 100644 --- a/python/typed_ast/typed_ast.SlackBuild +++ b/python/typed_ast/typed_ast.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=typed_ast -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/typed_ast/typed_ast.info b/python/typed_ast/typed_ast.info index 856e2daf78..b0babffb51 100644 --- a/python/typed_ast/typed_ast.info +++ b/python/typed_ast/typed_ast.info @@ -1,8 +1,8 @@ PRGNAM="typed_ast" -VERSION="1.1.0" +VERSION="1.1.1" HOMEPAGE="https://github.com/python/typed_ast" -DOWNLOAD="https://github.com/python/typed_ast/archive/1.1.0/typed_ast-1.1.0.tar.gz" -MD5SUM="0895bf89b86f0a38b1335b0917cb174f" +DOWNLOAD="https://github.com/python/typed_ast/archive/1.1.1/typed_ast-1.1.1.tar.gz" +MD5SUM="7d195111a3798afcf97c74ccea9c643c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |