diff options
-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 e69423e015..eb380bd359 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.3.4} +VERSION=${VERSION:-1.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/typed_ast/typed_ast.info b/python/typed_ast/typed_ast.info index c7c17a925a..9bdedcb001 100644 --- a/python/typed_ast/typed_ast.info +++ b/python/typed_ast/typed_ast.info @@ -1,8 +1,8 @@ PRGNAM="typed_ast" -VERSION="1.3.4" +VERSION="1.3.5" HOMEPAGE="https://github.com/python/typed_ast" -DOWNLOAD="https://github.com/python/typed_ast/archive/1.3.4/typed_ast-1.3.4.tar.gz" -MD5SUM="cc88724cbf899c461989b92121055517" +DOWNLOAD="https://github.com/python/typed_ast/archive/1.3.5/typed_ast-1.3.5.tar.gz" +MD5SUM="ea544ed3c175827aa157626936da719f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |