mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/instaloader: Updated for version 4.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0fc05a3c33
commit
09629feae2
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue