diff options
author | G. Galdini <jake@dioniso.com.br> | 2024-08-12 08:33:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-12 09:53:28 +0700 |
commit | 09629feae228e8759d692c93bff4ae964a714d37 (patch) | |
tree | 4530b7f60a9135bc217d5c5dedf0034418170f11 /python | |
parent | 0fc05a3c33b834d8aa0db6e2c7b2afde3d545a8d (diff) |
python/instaloader: Updated for version 4.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/instaloader/instaloader.SlackBuild | 2 | ||||
-rw-r--r-- | python/instaloader/instaloader.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/instaloader/instaloader.SlackBuild b/python/instaloader/instaloader.SlackBuild index 78ed80880e..07f2cde242 100644 --- a/python/instaloader/instaloader.SlackBuild +++ b/python/instaloader/instaloader.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=instaloader -VERSION=${VERSION:-4.12.1} +VERSION=${VERSION:-4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/instaloader/instaloader.info b/python/instaloader/instaloader.info index 46ed58a7fc..c6e6d4c850 100644 --- a/python/instaloader/instaloader.info +++ b/python/instaloader/instaloader.info @@ -1,8 +1,8 @@ PRGNAM="instaloader" -VERSION="4.12.1" +VERSION="4.13" HOMEPAGE="https://instaloader.github.io" -DOWNLOAD="https://github.com/instaloader/instaloader/archive/v4.12.1/instaloader-4.12.1.tar.gz" -MD5SUM="2c90c5ac767d245259ad88bc3094ce7c" +DOWNLOAD="https://github.com/instaloader/instaloader/archive/v4.13/instaloader-4.13.tar.gz" +MD5SUM="c156419eb6053224df119811fba2b8e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |