diff options
author | G. Galdini <jake@dioniso.com.br> | 2024-08-30 11:44:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-30 12:24:42 +0700 |
commit | 518f05ffbb319458e8d22c4e2151290d6c87981f (patch) | |
tree | 2fb624fc8c709008b2bb9b2534852c192ff4279e /python | |
parent | 4415198246c0785061f8bd3a87121c62d8c607b3 (diff) |
python/instaloader: Updated for version 4.13.1.
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 07f2cde242b1..920b3832271e 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.13} +VERSION=${VERSION:-4.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/instaloader/instaloader.info b/python/instaloader/instaloader.info index c6e6d4c850b0..b0deb9a69a54 100644 --- a/python/instaloader/instaloader.info +++ b/python/instaloader/instaloader.info @@ -1,8 +1,8 @@ PRGNAM="instaloader" -VERSION="4.13" +VERSION="4.13.1" HOMEPAGE="https://instaloader.github.io" -DOWNLOAD="https://github.com/instaloader/instaloader/archive/v4.13/instaloader-4.13.tar.gz" -MD5SUM="c156419eb6053224df119811fba2b8e6" +DOWNLOAD="https://github.com/instaloader/instaloader/archive/v4.13.1/instaloader-4.13.1.tar.gz" +MD5SUM="324fa74c8914dba3dfeb6dc2045d696f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |