diff options
-rw-r--r-- | libraries/python-efl/python-efl.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/python-efl/python-efl.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/python-efl/python-efl.SlackBuild b/libraries/python-efl/python-efl.SlackBuild index 985f0bb3fa..63330c2c88 100644 --- a/libraries/python-efl/python-efl.SlackBuild +++ b/libraries/python-efl/python-efl.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for python-efl -# Erik Falor | Logan, UT | ewfalor@gmail.com +# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | July 2020 # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ # <http://www.gnu.org/licenses/>. PRGNAM=python-efl -VERSION=${VERSION:-1.21.0} +VERSION=${VERSION:-1.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/python-efl/python-efl.info b/libraries/python-efl/python-efl.info index f7a20de435..dd6d7b2508 100644 --- a/libraries/python-efl/python-efl.info +++ b/libraries/python-efl/python-efl.info @@ -1,8 +1,8 @@ PRGNAM="python-efl" -VERSION="1.21.0" +VERSION="1.24.0" HOMEPAGE="https://www.enlightenment.org/" -DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.21.0.tar.xz" -MD5SUM="e798838b7e16902ec840a7bee692e276" +DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.24.0.tar.xz" +MD5SUM="56cbd28d7c659a4d42193bc82df9d105" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="efl" |