diff options
author | G. Galdini <jake@dioniso.com.br> | 2024-11-09 07:21:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-09 20:15:32 +0700 |
commit | ceaeae3ef14a451c0e5dd557acf2b57fbe9a4688 (patch) | |
tree | 60baf099ac60fe906545f2a426ae176f0f099a82 /python | |
parent | 95820dc0ba541a22078eef18fef9fbae5820c26c (diff) |
python/instaloader: Updated for version 4.14.
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 a4c5e490498d5..4eccd9331bd49 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.2} +VERSION=${VERSION:-4.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/instaloader/instaloader.info b/python/instaloader/instaloader.info index a77e8e03004dc..3d86daad9b6a4 100644 --- a/python/instaloader/instaloader.info +++ b/python/instaloader/instaloader.info @@ -1,8 +1,8 @@ PRGNAM="instaloader" -VERSION="4.13.2" +VERSION="4.14" HOMEPAGE="https://instaloader.github.io" -DOWNLOAD="https://github.com/instaloader/instaloader/archive/v4.13.2/instaloader-4.13.2.tar.gz" -MD5SUM="5b1a3789a3940a097bc6b8c0d47a004d" +DOWNLOAD="https://github.com/instaloader/instaloader/archive/v4.14/instaloader-4.14.tar.gz" +MD5SUM="4e75a632cbb23ffa5787047ae80eae87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |